Class: Aws::WorkMail::Types::RegisterMailDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::RegisterMailDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token used when retrying requests.
-
#domain_name ⇒ String
The name of the mail domain to create in WorkMail and SES.
-
#organization_id ⇒ String
The WorkMail organization under which you’re creating the domain.
Instance Attribute Details
#client_token ⇒ String
Idempotency token used when retrying requests.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
4692 4693 4694 4695 4696 4697 4698 |
# File 'lib/aws-sdk-workmail/types.rb', line 4692 class RegisterMailDomainRequest < Struct.new( :client_token, :organization_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the mail domain to create in WorkMail and SES.
4692 4693 4694 4695 4696 4697 4698 |
# File 'lib/aws-sdk-workmail/types.rb', line 4692 class RegisterMailDomainRequest < Struct.new( :client_token, :organization_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization under which you’re creating the domain.
4692 4693 4694 4695 4696 4697 4698 |
# File 'lib/aws-sdk-workmail/types.rb', line 4692 class RegisterMailDomainRequest < Struct.new( :client_token, :organization_id, :domain_name) SENSITIVE = [] include Aws::Structure end |