Class: Aws::Types::CreateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
223 224 225 |
# File 'sig/types.rbs', line 223 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
224 225 226 |
# File 'sig/types.rbs', line 224 def @tags end |