Class: Aws::Types::UpdateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def group_id @group_id end |
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def hidden_from_global_address_list @hidden_from_global_address_list end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def organization_id @organization_id end |