Class: Aws::PartnerCentralBenefits::Types::AssociateBenefitApplicationResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::AssociateBenefitApplicationResourceOutput
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the benefit application after the resource association.
-
#id ⇒ String
The unique identifier of the benefit application after the resource association.
-
#revision ⇒ String
The updated revision number of the benefit application after the resource association.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the benefit application after the resource association.
154 155 156 157 158 159 160 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 154 class AssociateBenefitApplicationResourceOutput < Struct.new( :id, :arn, :revision) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the benefit application after the resource association.
154 155 156 157 158 159 160 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 154 class AssociateBenefitApplicationResourceOutput < Struct.new( :id, :arn, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The updated revision number of the benefit application after the resource association.
154 155 156 157 158 159 160 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 154 class AssociateBenefitApplicationResourceOutput < Struct.new( :id, :arn, :revision) SENSITIVE = [] include Aws::Structure end |