Module: Aws::WorkMail::Client::_DescribeGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #disabled_date ⇒ ::Time
- #email ⇒ ::String
- #enabled_date ⇒ ::Time
- #group_id ⇒ ::String
- #hidden_from_global_address_list ⇒ Boolean
- #name ⇒ ::String
- #state ⇒ "ENABLED", ...
Instance Method Details
#disabled_date ⇒ ::Time
488 |
# File 'sig/client.rbs', line 488
def disabled_date: () -> ::Time
|
#email ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def email: () -> ::String
|
#enabled_date ⇒ ::Time
487 |
# File 'sig/client.rbs', line 487
def enabled_date: () -> ::Time
|
#group_id ⇒ ::String
483 |
# File 'sig/client.rbs', line 483
def group_id: () -> ::String
|
#hidden_from_global_address_list ⇒ Boolean
489 |
# File 'sig/client.rbs', line 489
def hidden_from_global_address_list: () -> bool
|
#name ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def name: () -> ::String
|
#state ⇒ "ENABLED", ...
486 |
# File 'sig/client.rbs', line 486
def state: () -> ("ENABLED" | "DISABLED" | "DELETED")
|