Class: Aws::Types::ModifyClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
Returns the value of attribute backup_retention_policy.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
Instance Attribute Details
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
Returns the value of attribute backup_retention_policy.
284 285 286 |
# File 'sig/types.rbs', line 284 def backup_retention_policy @backup_retention_policy end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def cluster_id @cluster_id end |
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
283 284 285 |
# File 'sig/types.rbs', line 283 def hsm_type @hsm_type end |