Class: Aws::Types::SnowflakeConnectorProfileProperties
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeConnectorProfileProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#private_link_service_name ⇒ ::String
Returns the value of attribute private_link_service_name.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#stage ⇒ ::String
Returns the value of attribute stage.
-
#warehouse ⇒ ::String
Returns the value of attribute warehouse.
Instance Attribute Details
#account_name ⇒ ::String
Returns the value of attribute account_name.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def account_name @account_name end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
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.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def bucket_prefix @bucket_prefix end |
#private_link_service_name ⇒ ::String
Returns the value of attribute private_link_service_name.
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.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def region @region end |
#stage ⇒ ::String
Returns the value of attribute stage.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def stage @stage end |
#warehouse ⇒ ::String
Returns the value of attribute warehouse.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def warehouse @warehouse end |