Class: Aws::Types::DescribeGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
Instance Attribute Details
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
427 428 429 |
# File 'sig/types.rbs', line 427 def disabled_date @disabled_date end |
#email ⇒ ::String
Returns the value of attribute email.
424 425 426 |
# File 'sig/types.rbs', line 424 def email @email end |
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
426 427 428 |
# File 'sig/types.rbs', line 426 def enabled_date @enabled_date end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def group_id @group_id end |
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
428 429 430 |
# File 'sig/types.rbs', line 428 def hidden_from_global_address_list @hidden_from_global_address_list end |
#name ⇒ ::String
Returns the value of attribute name.
423 424 425 |
# File 'sig/types.rbs', line 423 def name @name end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
425 426 427 |
# File 'sig/types.rbs', line 425 def state @state end |