Class: Aws::Types::SnowflakeConnectorProfileProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def 
  @account_name
end

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def bucket_name
  @bucket_name
end

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def bucket_prefix
  @bucket_prefix
end

Returns the value of attribute private_link_service_name.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def private_link_service_name
  @private_link_service_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def region
  @region
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def stage
  @stage
end

#warehouse::String

Returns the value of attribute warehouse.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def warehouse
  @warehouse
end