Class: Aws::DevOpsAgent::Types::SendMessageTextDelta
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SendMessageTextDelta
- 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
-
#text ⇒ String
The text fragment.
Instance Attribute Details
#text ⇒ String
The text fragment
5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5140 class SendMessageTextDelta < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |