Class: Aws::Types::UngroupResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::UngroupResourcesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ ::String
Returns the value of attribute group.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
Instance Attribute Details
#group ⇒ ::String
Returns the value of attribute group.
420 421 422 |
# File 'sig/types.rbs', line 420 def group @group end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
421 422 423 |
# File 'sig/types.rbs', line 421 def resource_arns @resource_arns end |