Class: Aws::PartnerCentralBenefits::Types::AssociateBenefitApplicationResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::AssociateBenefitApplicationResourceInput
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#benefit_application_identifier ⇒ String
The unique identifier of the benefit application to associate the resource with.
-
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog the application belongs to.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS resource to associate with the benefit application.
Instance Attribute Details
#benefit_application_identifier ⇒ String
The unique identifier of the benefit application to associate the resource with.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 129 class AssociateBenefitApplicationResourceInput < Struct.new( :catalog, :benefit_application_identifier, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog the application belongs to.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 129 class AssociateBenefitApplicationResourceInput < Struct.new( :catalog, :benefit_application_identifier, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS resource to associate with the benefit application.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 129 class AssociateBenefitApplicationResourceInput < Struct.new( :catalog, :benefit_application_identifier, :resource_arn) SENSITIVE = [] include Aws::Structure end |