Class: Aws::Types::SnapshotCopyGrantMessage
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotCopyGrantMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#snapshot_copy_grants ⇒ ::Array[Types::SnapshotCopyGrant]
Returns the value of attribute snapshot_copy_grants.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2905 2906 2907 |
# File 'sig/types.rbs', line 2905 def marker @marker end |
#snapshot_copy_grants ⇒ ::Array[Types::SnapshotCopyGrant]
Returns the value of attribute snapshot_copy_grants.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def snapshot_copy_grants @snapshot_copy_grants end |