Class: Aws::Types::CreateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
112 113 114 |
# File 'sig/types.rbs', line 112 def hidden_from_global_address_list @hidden_from_global_address_list end |
#name ⇒ ::String
Returns the value of attribute name.
111 112 113 |
# File 'sig/types.rbs', line 111 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def organization_id @organization_id end |