Class: Aws::Types::RedshiftDataProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDataProviderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#s3_access_role_arn ⇒ ::String
Returns the value of attribute s3_access_role_arn.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def database_name @database_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def port @port end |
#s3_access_role_arn ⇒ ::String
Returns the value of attribute s3_access_role_arn.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def s3_access_role_arn @s3_access_role_arn end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def s3_path @s3_path end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def server_name @server_name end |