Class: Aws::Types::ListSnapshotBlocksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSnapshotBlocksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
-
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
-
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
Instance Attribute Details
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
104 105 106 |
# File 'sig/types.rbs', line 104 def block_size @block_size end |
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
101 102 103 |
# File 'sig/types.rbs', line 101 def blocks @blocks end |
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
102 103 104 |
# File 'sig/types.rbs', line 102 def expiry_time @expiry_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
105 106 107 |
# File 'sig/types.rbs', line 105 def next_token @next_token end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
103 104 105 |
# File 'sig/types.rbs', line 103 def volume_size @volume_size end |