Class: Aws::PartnerCentralBenefits::Types::UpdateBenefitApplicationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::UpdateBenefitApplicationOutput
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated benefit application.
-
#id ⇒ String
The unique identifier of the updated benefit application.
-
#revision ⇒ String
The new revision number of the benefit application after the update.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated benefit application.
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 |
#id ⇒ String
The unique identifier of the updated benefit application.
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 |
#revision ⇒ String
The new revision number of the benefit application after the update.
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 |