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.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def automated_snapshot_retention_period @automated_snapshot_retention_period end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def cluster_identifier @cluster_identifier end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def cluster_type @cluster_type end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def cluster_version @cluster_version end |
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def encryption_type @encryption_type end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def enhanced_vpc_routing @enhanced_vpc_routing end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def maintenance_track_name @maintenance_track_name end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def master_user_password @master_user_password end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def number_of_nodes @number_of_nodes end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def publicly_accessible @publicly_accessible end |