Class: Aws::Types::BatchAttachObject
- Inherits:
-
Object
- Object
- Aws::Types::BatchAttachObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_reference ⇒ Types::ObjectReference
Returns the value of attribute child_reference.
-
#link_name ⇒ ::String
Returns the value of attribute link_name.
-
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
Instance Attribute Details
#child_reference ⇒ Types::ObjectReference
Returns the value of attribute child_reference.
119 120 121 |
# File 'sig/types.rbs', line 119 def child_reference @child_reference end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
120 121 122 |
# File 'sig/types.rbs', line 120 def link_name @link_name end |
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
118 119 120 |
# File 'sig/types.rbs', line 118 def parent_reference @parent_reference end |