Class: Aws::CloudHSMV2::Types::InitializeClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::InitializeClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The cluster’s state.
-
#state_message ⇒ String
A description of the cluster’s state.
Instance Attribute Details
#state ⇒ String
The cluster’s state.
898 899 900 901 902 903 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 898 class InitializeClusterResponse < Struct.new( :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
A description of the cluster’s state.
898 899 900 901 902 903 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 898 class InitializeClusterResponse < Struct.new( :state, :state_message) SENSITIVE = [] include Aws::Structure end |