Class: Aws::Types::DescribeOrganizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#completed_date ⇒ ::Time
Returns the value of attribute completed_date.
-
#default_mail_domain ⇒ ::String
Returns the value of attribute default_mail_domain.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#directory_type ⇒ ::String
Returns the value of attribute directory_type.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#interoperability_enabled ⇒ Boolean
Returns the value of attribute interoperability_enabled.
-
#migration_admin ⇒ ::String
Returns the value of attribute migration_admin.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
483 484 485 |
# File 'sig/types.rbs', line 483 def alias @alias end |
#arn ⇒ ::String
Returns the value of attribute arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def arn @arn end |
#completed_date ⇒ ::Time
Returns the value of attribute completed_date.
488 489 490 |
# File 'sig/types.rbs', line 488 def completed_date @completed_date end |
#default_mail_domain ⇒ ::String
Returns the value of attribute default_mail_domain.
487 488 489 |
# File 'sig/types.rbs', line 487 def default_mail_domain @default_mail_domain end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
485 486 487 |
# File 'sig/types.rbs', line 485 def directory_id @directory_id end |
#directory_type ⇒ ::String
Returns the value of attribute directory_type.
486 487 488 |
# File 'sig/types.rbs', line 486 def directory_type @directory_type end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
489 490 491 |
# File 'sig/types.rbs', line 489 def end |
#interoperability_enabled ⇒ Boolean
Returns the value of attribute interoperability_enabled.
492 493 494 |
# File 'sig/types.rbs', line 492 def interoperability_enabled @interoperability_enabled end |
#migration_admin ⇒ ::String
Returns the value of attribute migration_admin.
491 492 493 |
# File 'sig/types.rbs', line 491 def migration_admin @migration_admin end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
482 483 484 |
# File 'sig/types.rbs', line 482 def organization_id @organization_id end |
#state ⇒ ::String
Returns the value of attribute state.
484 485 486 |
# File 'sig/types.rbs', line 484 def state @state end |