Class: Aws::Types::BatchDisassociateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[::String]
Returns the value of attribute items.
-
#resource_set_identifier ⇒ ::String
Returns the value of attribute resource_set_identifier.
Instance Attribute Details
#items ⇒ ::Array[::String]
Returns the value of attribute items.
114 115 116 |
# File 'sig/types.rbs', line 114 def items @items end |
#resource_set_identifier ⇒ ::String
Returns the value of attribute resource_set_identifier.
113 114 115 |
# File 'sig/types.rbs', line 113 def resource_set_identifier @resource_set_identifier end |