Class: Aws::Types::RedshiftStorageProperties
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftStorageProperties
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ClusterName, Unknown, WorkgroupName
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
5211 5212 5213 |
# File 'sig/types.rbs', line 5211 def cluster_name @cluster_name end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5213 5214 5215 |
# File 'sig/types.rbs', line 5213 def unknown @unknown end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
5212 5213 5214 |
# File 'sig/types.rbs', line 5212 def workgroup_name @workgroup_name end |