Class: Aws::BedrockAgentCore::Types::AutomationStreamUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::AutomationStreamUpdate
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains information about an update to an automation stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_status ⇒ String
The status of the automation stream.
Instance Attribute Details
#stream_status ⇒ String
The status of the automation stream.
78 79 80 81 82 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 78 class AutomationStreamUpdate < Struct.new( :stream_status) SENSITIVE = [] include Aws::Structure end |