Class: Aws::PartnerCentralAccount::Types::GetPartnerResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:legal_name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the partner account.

Returns:

  • (String)


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_domainsArray<Types::PartnerDomain>

The list of verified email domains associated with AWS training and certification credentials for the partner organization.

Returns:



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

#catalogString

The catalog identifier for the partner account.

Returns:

  • (String)


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_atTime

The timestamp when the partner account was created.

Returns:

  • (Time)


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

#idString

The unique identifier of the partner account.

Returns:

  • (String)


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

The legal name of the partner organization.

Returns:

  • (String)


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

#profileTypes::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