Class: Aws::Types::RedshiftPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftPropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::RedshiftCredentials
Returns the value of attribute credentials.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#is_provisioned_secret ⇒ Boolean
Returns the value of attribute is_provisioned_secret.
-
#jdbc_iam_url ⇒ ::String
Returns the value of attribute jdbc_iam_url.
-
#jdbc_url ⇒ ::String
Returns the value of attribute jdbc_url.
-
#lineage_sync ⇒ Types::RedshiftLineageSyncConfigurationOutput
Returns the value of attribute lineage_sync.
-
#redshift_temp_dir ⇒ ::String
Returns the value of attribute redshift_temp_dir.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#storage ⇒ Types::RedshiftStorageProperties
Returns the value of attribute storage.
Instance Attribute Details
#credentials ⇒ Types::RedshiftCredentials
Returns the value of attribute credentials.
5147 5148 5149 |
# File 'sig/types.rbs', line 5147 def credentials @credentials end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
5154 5155 5156 |
# File 'sig/types.rbs', line 5154 def database_name @database_name end |
#is_provisioned_secret ⇒ Boolean
Returns the value of attribute is_provisioned_secret.
5148 5149 5150 |
# File 'sig/types.rbs', line 5148 def is_provisioned_secret @is_provisioned_secret end |
#jdbc_iam_url ⇒ ::String
Returns the value of attribute jdbc_iam_url.
5149 5150 5151 |
# File 'sig/types.rbs', line 5149 def jdbc_iam_url @jdbc_iam_url end |
#jdbc_url ⇒ ::String
Returns the value of attribute jdbc_url.
5150 5151 5152 |
# File 'sig/types.rbs', line 5150 def jdbc_url @jdbc_url end |
#lineage_sync ⇒ Types::RedshiftLineageSyncConfigurationOutput
Returns the value of attribute lineage_sync.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def lineage_sync @lineage_sync end |
#redshift_temp_dir ⇒ ::String
Returns the value of attribute redshift_temp_dir.
5151 5152 5153 |
# File 'sig/types.rbs', line 5151 def redshift_temp_dir @redshift_temp_dir end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
5153 5154 5155 |
# File 'sig/types.rbs', line 5153 def status @status end |
#storage ⇒ Types::RedshiftStorageProperties
Returns the value of attribute storage.
5146 5147 5148 |
# File 'sig/types.rbs', line 5146 def storage @storage end |