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)


4020
4021
4022
4023
4024
# File 'lib/aws-sdk-devopsagent/types.rb', line 4020

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