Class: Aws::Appflow::Types::SnowflakeMetadata

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

Instance Attribute Details

#supported_regionsArray<String>

Specifies the supported Amazon Web Services Regions when using Snowflake.

Returns:

  • (Array<String>)


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