Class: Aws::DevOpsAgent::Types::SendMessageSummaryEvent

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

Overview

Event summarizing agent actions

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

Summary content

Returns:

  • (String)


5511
5512
5513
5514
5515
5516
5517
# File 'lib/aws-sdk-devopsagent/types.rb', line 5511

class SendMessageSummaryEvent < Struct.new(
  :content,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



5511
5512
5513
# File 'lib/aws-sdk-devopsagent/types.rb', line 5511

def event_type
  @event_type
end

#sequence_numberInteger

Event sequence number

Returns:

  • (Integer)


5511
5512
5513
5514
5515
5516
5517
# File 'lib/aws-sdk-devopsagent/types.rb', line 5511

class SendMessageSummaryEvent < Struct.new(
  :content,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end