Class: Aws::WorkMail::Types::RegisterMailDomainRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Idempotency token used when retrying requests.

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

Returns:

  • (String)


4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-workmail/types.rb', line 4302

class RegisterMailDomainRequest < Struct.new(
  :client_token,
  :organization_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the mail domain to create in WorkMail and SES.

Returns:

  • (String)


4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-workmail/types.rb', line 4302

class RegisterMailDomainRequest < Struct.new(
  :client_token,
  :organization_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The WorkMail organization under which you’re creating the domain.

Returns:

  • (String)


4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-workmail/types.rb', line 4302

class RegisterMailDomainRequest < Struct.new(
  :client_token,
  :organization_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end