Class: Aws::PartnerCentralAccount::Types::CreatePartnerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::CreatePartnerResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:legal_name]
Instance Attribute Summary collapse
-
#alliance_lead_contact ⇒ Types::AllianceLeadContact
The alliance lead contact information for the partner account.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created 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 where the partner account was created.
-
#created_at ⇒ Time
The timestamp when the partner account was created.
-
#id ⇒ String
The unique identifier of the created 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
#alliance_lead_contact ⇒ Types::AllianceLeadContact
The alliance lead contact information for the partner account.
948 949 950 951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 948 class CreatePartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains, :alliance_lead_contact) SENSITIVE = [:legal_name] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the created partner account.
948 949 950 951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 948 class CreatePartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains, :alliance_lead_contact) 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.
948 949 950 951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 948 class CreatePartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains, :alliance_lead_contact) SENSITIVE = [:legal_name] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier where the partner account was created.
948 949 950 951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 948 class CreatePartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains, :alliance_lead_contact) SENSITIVE = [:legal_name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the partner account was created.
948 949 950 951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 948 class CreatePartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains, :alliance_lead_contact) SENSITIVE = [:legal_name] include Aws::Structure end |
#id ⇒ String
The unique identifier of the created partner account.
948 949 950 951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 948 class CreatePartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains, :alliance_lead_contact) SENSITIVE = [:legal_name] include Aws::Structure end |
#legal_name ⇒ String
The legal name of the partner organization.
948 949 950 951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 948 class CreatePartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains, :alliance_lead_contact) SENSITIVE = [:legal_name] include Aws::Structure end |
#profile ⇒ Types::PartnerProfile
The partner profile information including display name, description, and other public details.
948 949 950 951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 948 class CreatePartnerResponse < Struct.new( :catalog, :arn, :id, :legal_name, :created_at, :profile, :aws_training_certification_email_domains, :alliance_lead_contact) SENSITIVE = [:legal_name] include Aws::Structure end |