Class: Aws::PartnerCentralChannel::Types::UpdateProgramManagementAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::UpdateProgramManagementAccountRequest
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier for the program management account.
-
#display_name ⇒ String
The new display name for the program management account.
-
#identifier ⇒ String
The unique identifier of the program management account to update.
-
#revision ⇒ String
The current revision number of the program management account.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the program management account.
1753 1754 1755 1756 1757 1758 1759 1760 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1753 class UpdateProgramManagementAccountRequest < Struct.new( :catalog, :identifier, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The new display name for the program management account.
1753 1754 1755 1756 1757 1758 1759 1760 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1753 class UpdateProgramManagementAccountRequest < Struct.new( :catalog, :identifier, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the program management account to update.
1753 1754 1755 1756 1757 1758 1759 1760 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1753 class UpdateProgramManagementAccountRequest < Struct.new( :catalog, :identifier, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The current revision number of the program management account.
1753 1754 1755 1756 1757 1758 1759 1760 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1753 class UpdateProgramManagementAccountRequest < Struct.new( :catalog, :identifier, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |