Class: Aws::PartnerCentralChannel::Types::CreateProgramManagementAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CreateProgramManagementAccountRequest
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID to associate with the program management account.
-
#catalog ⇒ String
The catalog identifier for the program management account.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#display_name ⇒ String
A human-readable name for the program management account.
-
#program ⇒ String
The program type for the management account.
-
#tags ⇒ Array<Types::Tag>
Key-value pairs to associate with the program management account.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID to associate with the program management account.
387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 387 class CreateProgramManagementAccountRequest < Struct.new( :catalog, :program, :display_name, :account_id, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the program management account.
387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 387 class CreateProgramManagementAccountRequest < Struct.new( :catalog, :program, :display_name, :account_id, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 387 class CreateProgramManagementAccountRequest < Struct.new( :catalog, :program, :display_name, :account_id, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
A human-readable name for the program management account.
387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 387 class CreateProgramManagementAccountRequest < Struct.new( :catalog, :program, :display_name, :account_id, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#program ⇒ String
The program type for the management account.
387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 387 class CreateProgramManagementAccountRequest < Struct.new( :catalog, :program, :display_name, :account_id, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Key-value pairs to associate with the program management account.
387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 387 class CreateProgramManagementAccountRequest < Struct.new( :catalog, :program, :display_name, :account_id, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |