Class: Aws::Types::PendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::PendingModifiedValues
- 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.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def automated_snapshot_retention_period @automated_snapshot_retention_period end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def cluster_identifier @cluster_identifier end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def cluster_type @cluster_type end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def cluster_version @cluster_version end |
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def encryption_type @encryption_type end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def enhanced_vpc_routing @enhanced_vpc_routing end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def maintenance_track_name @maintenance_track_name end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def master_user_password @master_user_password end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def number_of_nodes @number_of_nodes end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def publicly_accessible @publicly_accessible end |