Class: Aws::PartnerCentralBenefits::Types::UpdateBenefitApplicationOutput

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 updated benefit application.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1706

class UpdateBenefitApplicationOutput < Struct.new(
  :id,
  :arn,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the updated benefit application.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1706

class UpdateBenefitApplicationOutput < Struct.new(
  :id,
  :arn,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

The new revision number of the benefit application after the update.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1706

class UpdateBenefitApplicationOutput < Struct.new(
  :id,
  :arn,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end