Class: Aws::PartnerCentralAccount::Types::GetPartnerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::GetPartnerResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:legal_name]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
-
#aws_training_certification_email_domains ⇒ Array<Types::PartnerDomain>
The list of verified email domains associated with AWS training and certification credentials for the partner organization.
-
#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.
-
#profile ⇒ Types::PartnerProfile
The partner profile information including display name, description, and other public details.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1342 class GetPartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains) SENSITIVE = [:legal_name] include Aws::Structure end |
#aws_training_certification_email_domains ⇒ Array<Types::PartnerDomain>
The list of verified email domains associated with AWS training and certification credentials for the partner organization.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1342 class GetPartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains) SENSITIVE = [:legal_name] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1342 class GetPartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains) SENSITIVE = [:legal_name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the partner account was created.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1342 class GetPartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains) SENSITIVE = [:legal_name] include Aws::Structure end |
#id ⇒ String
The unique identifier of the partner account.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1342 class GetPartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains) SENSITIVE = [:legal_name] include Aws::Structure end |
#legal_name ⇒ String
The legal name of the partner organization.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1342 class GetPartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains) SENSITIVE = [:legal_name] include Aws::Structure end |
#profile ⇒ Types::PartnerProfile
The partner profile information including display name, description, and other public details.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1342 class GetPartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains) SENSITIVE = [:legal_name] include Aws::Structure end |