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.
9199 9200 9201 9202 9203 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9199 class RedshiftQueryEngineRedshiftStorageConfiguration < Struct.new( :database_name) SENSITIVE = [] include Aws::Structure end |