Class: Aws::Types::RedshiftConnectorProfileProperties
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftConnectorProfileProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#data_api_role_arn ⇒ ::String
Returns the value of attribute data_api_role_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#database_url ⇒ ::String
Returns the value of attribute database_url.
-
#is_redshift_serverless ⇒ Boolean
Returns the value of attribute is_redshift_serverless.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
944 945 946 |
# File 'sig/types.rbs', line 944 def bucket_name @bucket_name end |
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
945 946 947 |
# File 'sig/types.rbs', line 945 def bucket_prefix @bucket_prefix end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
949 950 951 |
# File 'sig/types.rbs', line 949 def cluster_identifier @cluster_identifier end |
#data_api_role_arn ⇒ ::String
Returns the value of attribute data_api_role_arn.
947 948 949 |
# File 'sig/types.rbs', line 947 def data_api_role_arn @data_api_role_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
951 952 953 |
# File 'sig/types.rbs', line 951 def database_name @database_name end |
#database_url ⇒ ::String
Returns the value of attribute database_url.
943 944 945 |
# File 'sig/types.rbs', line 943 def database_url @database_url end |
#is_redshift_serverless ⇒ Boolean
Returns the value of attribute is_redshift_serverless.
948 949 950 |
# File 'sig/types.rbs', line 948 def is_redshift_serverless @is_redshift_serverless end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
946 947 948 |
# File 'sig/types.rbs', line 946 def role_arn @role_arn end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
950 951 952 |
# File 'sig/types.rbs', line 950 def workgroup_name @workgroup_name end |