Class: Aws::DevOpsAgent::Types::PendingMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::PendingMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Represents a pending message in an agent execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ Types::Message
The message content.
-
#message_id ⇒ String
The unique identifier for this pending message.
Instance Attribute Details
#message ⇒ Types::Message
The message content.
3052 3053 3054 3055 3056 3057 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3052 class PendingMessage < Struct.new( :message_id, :message) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The unique identifier for this pending message.
3052 3053 3054 3055 3056 3057 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3052 class PendingMessage < Struct.new( :message_id, :message) SENSITIVE = [] include Aws::Structure end |