Class: Aws::PartnerCentralAccount::Types::PartnerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::PartnerSummary
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
A summary view of a partner account containing basic information for listing purposes.
Constant Summary collapse
- SENSITIVE =
[:legal_name]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#created_at ⇒ Time
The timestamp when the partner account was created.
-
#id ⇒ String
The unique identifier of the partner account.
-
#legal_name ⇒ String
The legal name of the partner organization.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
1921 1922 1923 1924 1925 1926 1927 1928 1929 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1921 class PartnerSummary < Struct.new( :catalog, :arn, :id, :legal_name, :created_at) SENSITIVE = [:legal_name] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
1921 1922 1923 1924 1925 1926 1927 1928 1929 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1921 class PartnerSummary < Struct.new( :catalog, :arn, :id, :legal_name, :created_at) SENSITIVE = [:legal_name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the partner account was created.
1921 1922 1923 1924 1925 1926 1927 1928 1929 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1921 class PartnerSummary < Struct.new( :catalog, :arn, :id, :legal_name, :created_at) SENSITIVE = [:legal_name] include Aws::Structure end |
#id ⇒ String
The unique identifier of the partner account.
1921 1922 1923 1924 1925 1926 1927 1928 1929 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1921 class PartnerSummary < Struct.new( :catalog, :arn, :id, :legal_name, :created_at) SENSITIVE = [:legal_name] include Aws::Structure end |
#legal_name ⇒ String
The legal name of the partner organization.
1921 1922 1923 1924 1925 1926 1927 1928 1929 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1921 class PartnerSummary < Struct.new( :catalog, :arn, :id, :legal_name, :created_at) SENSITIVE = [:legal_name] include Aws::Structure end |