Class: Aws::PartnerCentralBenefits::Types::DisassociateBenefitApplicationResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#benefit_application_identifierString

The unique identifier of the benefit application to disassociate the resource from.

Returns:

  • (String)


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

#catalogString

The catalog identifier that specifies which benefit catalog the application belongs to.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the AWS resource to disassociate from the benefit application.

Returns:

  • (String)


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