Class: Aws::DevOpsAgent::Types::SendMessageTextDelta

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

Overview

Text delta containing a text fragment

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text fragment

Returns:

  • (String)


5140
5141
5142
5143
5144
# File 'lib/aws-sdk-devopsagent/types.rb', line 5140

class SendMessageTextDelta < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end