Class: Aws::Types::BatchDetachObject
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetachObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_reference_name ⇒ ::String
Returns the value of attribute batch_reference_name.
-
#link_name ⇒ ::String
Returns the value of attribute link_name.
-
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
Instance Attribute Details
#batch_reference_name ⇒ ::String
Returns the value of attribute batch_reference_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def batch_reference_name @batch_reference_name end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
211 212 213 |
# File 'sig/types.rbs', line 211 def link_name @link_name end |
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
210 211 212 |
# File 'sig/types.rbs', line 210 def parent_reference @parent_reference end |