Class: Aws::PartnerCentralBenefits::Types::DisassociateBenefitApplicationResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::DisassociateBenefitApplicationResourceInput
- 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 disassociate the resource from.
-
#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 disassociate from the benefit application.
Instance Attribute Details
#benefit_application_identifier ⇒ String
The unique identifier of the benefit application to disassociate the resource from.
687 688 689 690 691 692 693 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 687 class DisassociateBenefitApplicationResourceInput < 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.
687 688 689 690 691 692 693 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 687 class DisassociateBenefitApplicationResourceInput < 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 disassociate from the benefit application.
687 688 689 690 691 692 693 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 687 class DisassociateBenefitApplicationResourceInput < Struct.new( :catalog, :benefit_application_identifier, :resource_arn) SENSITIVE = [] include Aws::Structure end |