Class: Aws::Types::OrganizationSummary
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#default_mail_domain ⇒ ::String
Returns the value of attribute default_mail_domain.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#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.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def alias @alias end |
#default_mail_domain ⇒ ::String
Returns the value of attribute default_mail_domain.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def default_mail_domain @default_mail_domain end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def organization_id @organization_id end |
#state ⇒ ::String
Returns the value of attribute state.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def state @state end |