Module: Aws::CloudHSM::Client::_DescribeHapgResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeHapgResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #hapg_arn ⇒ ::String
- #hapg_serial ⇒ ::String
- #hsms_last_action_failed ⇒ ::Array[::String]
- #hsms_pending_deletion ⇒ ::Array[::String]
- #hsms_pending_registration ⇒ ::Array[::String]
- #label ⇒ ::String
- #last_modified_timestamp ⇒ ::String
- #partition_serial_list ⇒ ::Array[::String]
- #state ⇒ "READY", ...
Instance Method Details
#hapg_arn ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def hapg_arn: () -> ::String
|
#hapg_serial ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def hapg_serial: () -> ::String
|
#hsms_last_action_failed ⇒ ::Array[::String]
170 |
# File 'sig/client.rbs', line 170
def hsms_last_action_failed: () -> ::Array[::String]
|
#hsms_pending_deletion ⇒ ::Array[::String]
171 |
# File 'sig/client.rbs', line 171
def hsms_pending_deletion: () -> ::Array[::String]
|
#hsms_pending_registration ⇒ ::Array[::String]
172 |
# File 'sig/client.rbs', line 172
def hsms_pending_registration: () -> ::Array[::String]
|
#label ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def label: () -> ::String
|
#last_modified_timestamp ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def last_modified_timestamp: () -> ::String
|
#partition_serial_list ⇒ ::Array[::String]
175 |
# File 'sig/client.rbs', line 175
def partition_serial_list: () -> ::Array[::String]
|
#state ⇒ "READY", ...
176 |
# File 'sig/client.rbs', line 176
def state: () -> ("READY" | "UPDATING" | "DEGRADED")
|