Class: Aws::CloudHSMV2::Types::ModifyClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::ModifyClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 1000 class ModifyClusterRequest < Struct.new( :backup_retention_policy, :cluster_id) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The identifier (ID) of the cluster that you want to modify. To find the cluster ID, use DescribeClusters.
1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 1000 class ModifyClusterRequest < Struct.new( :backup_retention_policy, :cluster_id) SENSITIVE = [] include Aws::Structure end |