Class: Aws::Appflow::Types::SnowflakeMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SnowflakeMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector metadata specific to Snowflake.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#supported_regions ⇒ Array<String>
Specifies the supported Amazon Web Services Regions when using Snowflake.
Instance Attribute Details
#supported_regions ⇒ Array<String>
Specifies the supported Amazon Web Services Regions when using Snowflake.
5047 5048 5049 5050 5051 |
# File 'lib/aws-sdk-appflow/types.rb', line 5047 class SnowflakeMetadata < Struct.new( :supported_regions) SENSITIVE = [] include Aws::Structure end |