Class: Aws::BedrockAgent::Types::RedshiftQueryEngineRedshiftStorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::RedshiftQueryEngineRedshiftStorageConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains configurations for storage in Amazon Redshift.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the Amazon Redshift database.
Instance Attribute Details
#database_name ⇒ String
The name of the Amazon Redshift database.
9935 9936 9937 9938 9939 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9935 class RedshiftQueryEngineRedshiftStorageConfiguration < Struct.new( :database_name) SENSITIVE = [] include Aws::Structure end |