Class: Aws::Types::CopySnapshotResult
- Inherits:
-
Object
- Object
- Aws::Types::CopySnapshotResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def snapshot_id @snapshot_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def @tags end |