Class: Aws::Types::SendMessageContentBlockStartEvent

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)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def event_type
  @event_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def id
  @id
end

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def index
  @index
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def parent_id
  @parent_id
end

#sequence_number::Integer

Returns the value of attribute sequence_number.

Returns:

  • (::Integer)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def sequence_number
  @sequence_number
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def type
  @type
end