Class: Aws::PartnerCentralAccount::Types::AssociateAwsTrainingCertificationEmailDomainRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:email_verification_code]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog identifier for the partner account.

Returns:

  • (String)


142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 142

class AssociateAwsTrainingCertificationEmailDomainRequest < Struct.new(
  :catalog,
  :identifier,
  :client_token,
  :email,
  :email_verification_code)
  SENSITIVE = [:email_verification_code]
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 142

class AssociateAwsTrainingCertificationEmailDomainRequest < Struct.new(
  :catalog,
  :identifier,
  :client_token,
  :email,
  :email_verification_code)
  SENSITIVE = [:email_verification_code]
  include Aws::Structure
end

#emailString

The email address used to verify domain ownership for AWS training and certification association.

Returns:

  • (String)


142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 142

class AssociateAwsTrainingCertificationEmailDomainRequest < Struct.new(
  :catalog,
  :identifier,
  :client_token,
  :email,
  :email_verification_code)
  SENSITIVE = [:email_verification_code]
  include Aws::Structure
end

#email_verification_codeString

The verification code sent to the email address to confirm domain ownership.

Returns:

  • (String)


142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 142

class AssociateAwsTrainingCertificationEmailDomainRequest < Struct.new(
  :catalog,
  :identifier,
  :client_token,
  :email,
  :email_verification_code)
  SENSITIVE = [:email_verification_code]
  include Aws::Structure
end

#identifierString

The unique identifier of the partner account.

Returns:

  • (String)


142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 142

class AssociateAwsTrainingCertificationEmailDomainRequest < Struct.new(
  :catalog,
  :identifier,
  :client_token,
  :email,
  :email_verification_code)
  SENSITIVE = [:email_verification_code]
  include Aws::Structure
end