Class: Aws::Types::BlockReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


153
154
155
# File 'sig/types.rbs', line 153

def begin_offset
  @begin_offset
end

#block_id::String

Returns the value of attribute block_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def block_id
  @block_id
end

#child_blocks::Array[Types::ChildBlock]

Returns the value of attribute child_blocks.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def child_blocks
  @child_blocks
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


154
155
156
# File 'sig/types.rbs', line 154

def end_offset
  @end_offset
end