Class: Aws::PartnerCentralAccount::Types::AssociateAwsTrainingCertificationEmailDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::AssociateAwsTrainingCertificationEmailDomainRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:email_verification_code]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#email ⇒ String
The email address used to verify domain ownership for AWS training and certification association.
-
#email_verification_code ⇒ String
The verification code sent to the email address to confirm domain ownership.
-
#identifier ⇒ String
The unique identifier of the partner account.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the partner account.
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_token ⇒ String
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.
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 ⇒ String
The email address used to verify domain ownership for AWS training and certification association.
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_code ⇒ String
The verification code sent to the email address to confirm domain ownership.
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 |
#identifier ⇒ String
The unique identifier of the partner account.
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 |