Class: Aws::Types::GetSnapshotBlockRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSnapshotBlockRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_index ⇒ ::Integer
Returns the value of attribute block_index.
-
#block_token ⇒ ::String
Returns the value of attribute block_token.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#block_index ⇒ ::Integer
Returns the value of attribute block_index.
56 57 58 |
# File 'sig/types.rbs', line 56 def block_index @block_index end |
#block_token ⇒ ::String
Returns the value of attribute block_token.
57 58 59 |
# File 'sig/types.rbs', line 57 def block_token @block_token end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def snapshot_id @snapshot_id end |