Class: Aws::WorkMail::Types::GetMailDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetMailDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain from which you want to retrieve details.
-
#organization_id ⇒ String
The WorkMail organization for which the domain is retrieved.
Instance Attribute Details
#domain_name ⇒ String
The domain from which you want to retrieve details.
2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-workmail/types.rb', line 2431 class GetMailDomainRequest < Struct.new( :organization_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization for which the domain is retrieved.
2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-workmail/types.rb', line 2431 class GetMailDomainRequest < Struct.new( :organization_id, :domain_name) SENSITIVE = [] include Aws::Structure end |