Class: Aws::Types::AwsRedshiftClusterPendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterPendingModifiedValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
-
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
-
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
-
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
-
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
Instance Attribute Details
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
3850 3851 3852 |
# File 'sig/types.rbs', line 3850 def automated_snapshot_retention_period @automated_snapshot_retention_period end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
3851 3852 3853 |
# File 'sig/types.rbs', line 3851 def cluster_identifier @cluster_identifier end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def cluster_type @cluster_type end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def cluster_version @cluster_version end |
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
3854 3855 3856 |
# File 'sig/types.rbs', line 3854 def encryption_type @encryption_type end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def enhanced_vpc_routing @enhanced_vpc_routing end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
3856 3857 3858 |
# File 'sig/types.rbs', line 3856 def maintenance_track_name @maintenance_track_name end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
3857 3858 3859 |
# File 'sig/types.rbs', line 3857 def master_user_password @master_user_password end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
3858 3859 3860 |
# File 'sig/types.rbs', line 3858 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
3859 3860 3861 |
# File 'sig/types.rbs', line 3859 def number_of_nodes @number_of_nodes end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
3860 3861 3862 |
# File 'sig/types.rbs', line 3860 def publicly_accessible @publicly_accessible end |