Class: Aws::Types::Block
- Inherits:
-
Object
- Object
- Aws::Types::Block
- 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.
Instance Attribute Details
#block_index ⇒ ::Integer
Returns the value of attribute block_index.
18 19 20 |
# File 'sig/types.rbs', line 18 def block_index @block_index end |
#block_token ⇒ ::String
Returns the value of attribute block_token.
19 20 21 |
# File 'sig/types.rbs', line 19 def block_token @block_token end |