Class: Aws::Types::CreateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
163 164 165 |
# File 'sig/types.rbs', line 163 def group_name @group_name end |
#path ⇒ ::String
Returns the value of attribute path.
162 163 164 |
# File 'sig/types.rbs', line 162 def path @path end |