Class: Aws::PartnerCentralBenefits::Types::CreateBenefitApplicationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::CreateBenefitApplicationOutput
- 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 newly created benefit application.
-
#id ⇒ String
The unique identifier assigned to the newly created benefit application.
-
#revision ⇒ String
The initial revision number of the newly created benefit application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the newly created benefit application.
590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 590 class CreateBenefitApplicationOutput < Struct.new( :id, :arn, :revision) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier assigned to the newly created benefit application.
590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 590 class CreateBenefitApplicationOutput < Struct.new( :id, :arn, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The initial revision number of the newly created benefit application.
590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 590 class CreateBenefitApplicationOutput < Struct.new( :id, :arn, :revision) SENSITIVE = [] include Aws::Structure end |