Class: Aws::Types::RedshiftPropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftPropertiesPatch
- 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.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#lineage_sync ⇒ Types::RedshiftLineageSyncConfigurationInput
Returns the value of attribute lineage_sync.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#storage ⇒ Types::RedshiftStorageProperties
Returns the value of attribute storage.
Instance Attribute Details
#credentials ⇒ Types::RedshiftCredentials
Returns the value of attribute credentials.
5163 5164 5165 |
# File 'sig/types.rbs', line 5163 def credentials @credentials end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
5160 5161 5162 |
# File 'sig/types.rbs', line 5160 def database_name @database_name end |
#host ⇒ ::String
Returns the value of attribute host.
5161 5162 5163 |
# File 'sig/types.rbs', line 5161 def host @host end |
#lineage_sync ⇒ Types::RedshiftLineageSyncConfigurationInput
Returns the value of attribute lineage_sync.
5164 5165 5166 |
# File 'sig/types.rbs', line 5164 def lineage_sync @lineage_sync end |
#port ⇒ ::Integer
Returns the value of attribute port.
5162 5163 5164 |
# File 'sig/types.rbs', line 5162 def port @port end |
#storage ⇒ Types::RedshiftStorageProperties
Returns the value of attribute storage.
5159 5160 5161 |
# File 'sig/types.rbs', line 5159 def storage @storage end |