Module: Aws::WorkMail::Client::_DescribeOrganizationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeOrganizationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias ⇒ ::String
- #arn ⇒ ::String
- #completed_date ⇒ ::Time
- #default_mail_domain ⇒ ::String
- #directory_id ⇒ ::String
- #directory_type ⇒ ::String
- #error_message ⇒ ::String
- #interoperability_enabled ⇒ Boolean
- #migration_admin ⇒ ::String
- #organization_id ⇒ ::String
- #state ⇒ ::String
Instance Method Details
#alias ⇒ ::String
545 |
# File 'sig/client.rbs', line 545
def alias: () -> ::String
|
#arn ⇒ ::String
552 |
# File 'sig/client.rbs', line 552
def arn: () -> ::String
|
#completed_date ⇒ ::Time
550 |
# File 'sig/client.rbs', line 550
def completed_date: () -> ::Time
|
#default_mail_domain ⇒ ::String
549 |
# File 'sig/client.rbs', line 549
def default_mail_domain: () -> ::String
|
#directory_id ⇒ ::String
547 |
# File 'sig/client.rbs', line 547
def directory_id: () -> ::String
|
#directory_type ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def directory_type: () -> ::String
|
#error_message ⇒ ::String
551 |
# File 'sig/client.rbs', line 551
def error_message: () -> ::String
|
#interoperability_enabled ⇒ Boolean
554 |
# File 'sig/client.rbs', line 554
def interoperability_enabled: () -> bool
|
#migration_admin ⇒ ::String
553 |
# File 'sig/client.rbs', line 553
def migration_admin: () -> ::String
|
#organization_id ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def organization_id: () -> ::String
|
#state ⇒ ::String
546 |
# File 'sig/client.rbs', line 546
def state: () -> ::String
|