Class: Aws::Types::PutGroupConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::PutGroupConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::Array[Types::GroupConfigurationItem]
Returns the value of attribute configuration.
-
#group ⇒ ::String
Returns the value of attribute group.
Instance Attribute Details
#configuration ⇒ ::Array[Types::GroupConfigurationItem]
Returns the value of attribute configuration.
313 314 315 |
# File 'sig/types.rbs', line 313 def configuration @configuration end |
#group ⇒ ::String
Returns the value of attribute group.
312 313 314 |
# File 'sig/types.rbs', line 312 def group @group end |