Class: Aws::PartnerCentralChannel::Types::ProgramManagementAccountSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ProgramManagementAccountSummary
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Summary information about a program management account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID associated with the program management account.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the program management account.
-
#catalog ⇒ String
The catalog identifier associated with the account.
-
#created_at ⇒ Time
The timestamp when the account was created.
-
#display_name ⇒ String
The display name of the program management account.
-
#id ⇒ String
The unique identifier of the program management account.
-
#program ⇒ String
The program type for the management account.
-
#revision ⇒ String
The current revision number of the program management account.
-
#start_date ⇒ Time
The start date of the program management account.
-
#status ⇒ String
The current status of the program management account.
-
#updated_at ⇒ Time
The timestamp when the account was last updated.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID associated with the program management account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the program management account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier associated with the account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the account was created.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the program management account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the program management account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#program ⇒ String
The program type for the management account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The current revision number of the program management account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The start date of the program management account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the program management account.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the account was last updated.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1063 class ProgramManagementAccountSummary < Struct.new( :id, :revision, :catalog, :program, :display_name, :account_id, :arn, :created_at, :updated_at, :start_date, :status) SENSITIVE = [] include Aws::Structure end |