Class: Aws::PartnerCentralBenefits::Types::AssociateBenefitApplicationResourceOutput

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

#arnString

The Amazon Resource Name (ARN) of the benefit application after the resource association.

Returns:

  • (String)


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

#idString

The unique identifier of the benefit application after the resource association.

Returns:

  • (String)


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

#revisionString

The updated revision number of the benefit application after the resource association.

Returns:

  • (String)


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