Class: Aws::Types::GroupResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::GroupResourcesInput
- 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.
192 193 194 |
# File 'sig/types.rbs', line 192 def group @group end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
193 194 195 |
# File 'sig/types.rbs', line 193 def resource_arns @resource_arns end |