Class: Aws::PartnerCentralChannel::Types::UpdateProgramManagementAccountDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::UpdateProgramManagementAccountDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Contains details about an updated program management account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated program management account.
-
#display_name ⇒ String
The updated display name of the program management account.
-
#id ⇒ String
The unique identifier of the updated program management account.
-
#revision ⇒ String
The new revision number of the program management account.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated program management account.
1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1726 class UpdateProgramManagementAccountDetail < Struct.new( :id, :arn, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The updated display name of the program management account.
1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1726 class UpdateProgramManagementAccountDetail < Struct.new( :id, :arn, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the updated program management account.
1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1726 class UpdateProgramManagementAccountDetail < Struct.new( :id, :arn, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The new revision number of the program management account.
1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1726 class UpdateProgramManagementAccountDetail < Struct.new( :id, :arn, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |