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)


4972
4973
4974
4975
4976
# File 'lib/aws-sdk-devopsagent/types.rb', line 4972

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