Class: Aws::Types::ChangedBlock

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_index ⇒ ::Integer

Returns the value of attribute block_index.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def second_block_token
  @second_block_token
end