Class: Aws::CloudHSMV2::Types::ModifyClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::ModifyClusterResponse
- Defined in:
- gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
Contains information about an CloudHSM cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Contains information about an CloudHSM cluster.
1055 1056 1057 1058 1059 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 1055 class ModifyClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |