Class: Aws::Types::ChangedBlock
- Inherits:
-
Object
- Object
- Aws::Types::ChangedBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_index ⇒ ::Integer
Returns the value of attribute block_index.
-
#first_block_token ⇒ ::String
Returns the value of attribute first_block_token.
-
#second_block_token ⇒ ::String
Returns the value of attribute second_block_token.
Instance Attribute Details
#block_index ⇒ ::Integer
Returns the value of attribute block_index.
24 25 26 |
# File 'sig/types.rbs', line 24 def block_index @block_index end |
#first_block_token ⇒ ::String
Returns the value of attribute first_block_token.
25 26 27 |
# File 'sig/types.rbs', line 25 def first_block_token @first_block_token end |
#second_block_token ⇒ ::String
Returns the value of attribute second_block_token.
26 27 28 |
# File 'sig/types.rbs', line 26 def second_block_token @second_block_token end |