Class: Aws::BedrockAgentCore::Types::AutomationStreamUpdate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stream_statusString

The status of the automation stream.

Returns:

  • (String)


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