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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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>)


5053
5054
5055
5056
5057
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5053

class SnowflakeMetadata < Struct.new(
  :supported_regions)
  SENSITIVE = []
  include Aws::Structure
end