Class: Aws::Types::CreateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
73 74 75 |
# File 'sig/types.rbs', line 73 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def display_name @display_name end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
71 72 73 |
# File 'sig/types.rbs', line 71 def identity_store_id @identity_store_id end |