Class: Aws::Types::BatchAttachPolicy
- Inherits:
-
Object
- Object
- Aws::Types::BatchAttachPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
-
#policy_reference ⇒ Types::ObjectReference
Returns the value of attribute policy_reference.
Instance Attribute Details
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
131 132 133 |
# File 'sig/types.rbs', line 131 def object_reference @object_reference end |
#policy_reference ⇒ Types::ObjectReference
Returns the value of attribute policy_reference.
130 131 132 |
# File 'sig/types.rbs', line 130 def policy_reference @policy_reference end |