You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudHSMV2::Types::ModifyClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::ModifyClusterRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ModifyClusterRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
backup_retention_policy: { # required
type: "DAYS", # accepts DAYS
value: "BackupRetentionValue",
},
cluster_id: "ClusterId", # required
}
Instance Attribute Summary collapse
-
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
A policy that defines how the service retains backups.
-
#cluster_id ⇒ String
The identifier (ID) of the cluster that you want to modify.
Instance Attribute Details
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
A policy that defines how the service retains backups.
#cluster_id ⇒ String
The identifier (ID) of the cluster that you want to modify. To find the cluster ID, use DescribeClusters.