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
show all
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

Instance Attribute Details

#backup_retention_policyTypes::BackupRetentionPolicy

A policy that defines how the service retains backups.

Returns:

#cluster_idString

The identifier (ID) of the cluster that you want to modify. To find the cluster ID, use DescribeClusters.

Returns:

  • (String)

    The identifier (ID) of the cluster that you want to modify.