Class: Aws::DevOpsAgent::Types::SendMessageContentBlockStopEvent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Event emitted when a content block is complete

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



4736
4737
4738
# File 'lib/aws-sdk-devopsagent/types.rb', line 4736

def event_type
  @event_type
end

#indexInteger

Zero-based index of the content block

Returns:

  • (Integer)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'lib/aws-sdk-devopsagent/types.rb', line 4736

class SendMessageContentBlockStopEvent < Struct.new(
  :index,
  :type,
  :text,
  :last,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#lastBoolean

Whether this is the final content block in the response

Returns:

  • (Boolean)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'lib/aws-sdk-devopsagent/types.rb', line 4736

class SendMessageContentBlockStopEvent < Struct.new(
  :index,
  :type,
  :text,
  :last,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#sequence_numberInteger

Event sequence number

Returns:

  • (Integer)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'lib/aws-sdk-devopsagent/types.rb', line 4736

class SendMessageContentBlockStopEvent < Struct.new(
  :index,
  :type,
  :text,
  :last,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The accumulated complete content text

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'lib/aws-sdk-devopsagent/types.rb', line 4736

class SendMessageContentBlockStopEvent < Struct.new(
  :index,
  :type,
  :text,
  :last,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of content in this block

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
# File 'lib/aws-sdk-devopsagent/types.rb', line 4736

class SendMessageContentBlockStopEvent < Struct.new(
  :index,
  :type,
  :text,
  :last,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end