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
4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4020 class SendMessageTextDelta < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |