Class: Aws::WorkMail::Types::DescribeOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeOrganizationResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The alias for an organization.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the organization.
-
#completed_date ⇒ Time
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
-
#default_mail_domain ⇒ String
The default mail domain associated with the organization.
-
#directory_id ⇒ String
The identifier for the directory associated with an Amazon WorkMail organization.
-
#directory_type ⇒ String
The type of directory associated with the WorkMail organization.
-
#error_message ⇒ String
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
-
#organization_id ⇒ String
The identifier of an organization.
-
#state ⇒ String
The state of an organization.
Instance Attribute Details
#alias ⇒ String
The alias for an organization.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the organization.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |
#completed_date ⇒ Time
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |
#default_mail_domain ⇒ String
The default mail domain associated with the organization.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier for the directory associated with an Amazon WorkMail organization.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |
#directory_type ⇒ String
The type of directory associated with the WorkMail organization.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The identifier of an organization.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of an organization.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1011 class DescribeOrganizationResponse < Struct.new( :organization_id, :alias, :state, :directory_id, :directory_type, :default_mail_domain, :completed_date, :error_message, :arn) SENSITIVE = [] include Aws::Structure end |