Class: Aws::Types::CreateWorkGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::WorkGroupConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#configuration ⇒ Types::WorkGroupConfiguration
Returns the value of attribute configuration.
247 248 249 |
# File 'sig/types.rbs', line 247 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
248 249 250 |
# File 'sig/types.rbs', line 248 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
246 247 248 |
# File 'sig/types.rbs', line 246 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
249 250 251 |
# File 'sig/types.rbs', line 249 def end |