Class: Aws::Types::SendMessageContentBlockStopEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def event_type
  @event_type
end

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


1618
1619
1620
# File 'sig/types.rbs', line 1618

def index
  @index
end

#lastBoolean

Returns the value of attribute last.

Returns:

  • (Boolean)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def last
  @last
end

#sequence_number::Integer

Returns the value of attribute sequence_number.

Returns:

  • (::Integer)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def sequence_number
  @sequence_number
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def text
  @text
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def type
  @type
end