Class: Aws::Types::CreateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#initial_version ⇒ Types::GroupVersion
Returns the value of attribute initial_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
261 262 263 |
# File 'sig/types.rbs', line 261 def amzn_client_token @amzn_client_token end |
#initial_version ⇒ Types::GroupVersion
Returns the value of attribute initial_version.
262 263 264 |
# File 'sig/types.rbs', line 262 def initial_version @initial_version end |
#name ⇒ ::String
Returns the value of attribute name.
263 264 265 |
# File 'sig/types.rbs', line 263 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
264 265 266 |
# File 'sig/types.rbs', line 264 def end |