Class: Aws::Types::BatchAssociateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateResourceRequest
- 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.
102 103 104 |
# File 'sig/types.rbs', line 102 def items @items end |
#resource_set_identifier ⇒ ::String
Returns the value of attribute resource_set_identifier.
101 102 103 |
# File 'sig/types.rbs', line 101 def resource_set_identifier @resource_set_identifier end |