Class: Aws::PartnerCentralAccount::Types::DisassociateAwsTrainingCertificationEmailDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::DisassociateAwsTrainingCertificationEmailDomainRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#domain_name ⇒ String
The domain name to disassociate from AWS training and certification.
-
#identifier ⇒ String
The unique identifier of the partner account.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the partner account.
983 984 985 986 987 988 989 990 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 983 class DisassociateAwsTrainingCertificationEmailDomainRequest < Struct.new( :catalog, :identifier, :client_token, :domain_name) SENSITIVE = [] 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.
983 984 985 986 987 988 989 990 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 983 class DisassociateAwsTrainingCertificationEmailDomainRequest < Struct.new( :catalog, :identifier, :client_token, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name to disassociate from AWS training and certification.
983 984 985 986 987 988 989 990 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 983 class DisassociateAwsTrainingCertificationEmailDomainRequest < Struct.new( :catalog, :identifier, :client_token, :domain_name) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the partner account.
983 984 985 986 987 988 989 990 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 983 class DisassociateAwsTrainingCertificationEmailDomainRequest < Struct.new( :catalog, :identifier, :client_token, :domain_name) SENSITIVE = [] include Aws::Structure end |