Class: Aws::CloudHSMV2::Types::ModifyClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::ModifyClusterRequest
- Defined in:
- gems/aws-sdk-cloudhsmv2/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.
-
#hsm_type ⇒ String
The desired HSM type of the cluster.
Instance Attribute Details
#backup_retention_policy ⇒ Types::BackupRetentionPolicy
A policy that defines how the service retains backups.
1055 1056 1057 1058 1059 1060 1061 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 1055 class ModifyClusterRequest < Struct.new( :hsm_type, :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.
1055 1056 1057 1058 1059 1060 1061 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 1055 class ModifyClusterRequest < Struct.new( :hsm_type, :backup_retention_policy, :cluster_id) SENSITIVE = [] include Aws::Structure end |
#hsm_type ⇒ String
The desired HSM type of the cluster.
1055 1056 1057 1058 1059 1060 1061 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 1055 class ModifyClusterRequest < Struct.new( :hsm_type, :backup_retention_policy, :cluster_id) SENSITIVE = [] include Aws::Structure end |