Class: Aws::Types::GetSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
Instance Attribute Details
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
428 429 430 |
# File 'sig/types.rbs', line 428 def owner_account @owner_account end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
429 430 431 |
# File 'sig/types.rbs', line 429 def snapshot_arn @snapshot_arn end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
430 431 432 |
# File 'sig/types.rbs', line 430 def snapshot_name @snapshot_name end |