Module: Aws::CloudHSM::Client::_DescribeHsmResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeHsmResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone ⇒ ::String
- #eni_id ⇒ ::String
- #eni_ip ⇒ ::String
- #hsm_arn ⇒ ::String
- #hsm_type ⇒ ::String
- #iam_role_arn ⇒ ::String
- #partitions ⇒ ::Array[::String]
- #serial_number ⇒ ::String
- #server_cert_last_updated ⇒ ::String
- #server_cert_uri ⇒ ::String
- #software_version ⇒ ::String
- #ssh_key_last_updated ⇒ ::String
- #ssh_public_key ⇒ ::String
- #status ⇒ "PENDING", ...
- #status_details ⇒ ::String
- #subnet_id ⇒ ::String
- #subscription_end_date ⇒ ::String
- #subscription_start_date ⇒ ::String
- #subscription_type ⇒ "PRODUCTION"
- #vendor_name ⇒ ::String
- #vpc_id ⇒ ::String
Instance Method Details
#availability_zone ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def availability_zone: () -> ::String
|
#eni_id ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def eni_id: () -> ::String
|
#eni_ip ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def eni_ip: () -> ::String
|
#hsm_arn ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def hsm_arn: () -> ::String
|
#hsm_type ⇒ ::String
200 |
# File 'sig/client.rbs', line 200
def hsm_type: () -> ::String
|
#iam_role_arn ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def iam_role_arn: () -> ::String
|
#partitions ⇒ ::Array[::String]
206 |
# File 'sig/client.rbs', line 206
def partitions: () -> ::Array[::String]
|
#serial_number ⇒ ::String
198 |
# File 'sig/client.rbs', line 198
def serial_number: () -> ::String
|
#server_cert_last_updated ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def server_cert_last_updated: () -> ::String
|
#server_cert_uri ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def server_cert_uri: () -> ::String
|
#software_version ⇒ ::String
201 |
# File 'sig/client.rbs', line 201
def software_version: () -> ::String
|
#ssh_key_last_updated ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def ssh_key_last_updated: () -> ::String
|
#ssh_public_key ⇒ ::String
202 |
# File 'sig/client.rbs', line 202
def ssh_public_key: () -> ::String
|
#status ⇒ "PENDING", ...
187 |
# File 'sig/client.rbs', line 187
def status: () -> ("PENDING" | "RUNNING" | "UPDATING" | "SUSPENDED" | "TERMINATING" | "TERMINATED" | "DEGRADED")
|
#status_details ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def status_details: () -> ::String
|
#subnet_id ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def subnet_id: () -> ::String
|
#subscription_end_date ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def subscription_end_date: () -> ::String
|
#subscription_start_date ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def subscription_start_date: () -> ::String
|
#subscription_type ⇒ "PRODUCTION"
192 |
# File 'sig/client.rbs', line 192
def subscription_type: () -> ("PRODUCTION")
|
#vendor_name ⇒ ::String
199 |
# File 'sig/client.rbs', line 199
def vendor_name: () -> ::String
|
#vpc_id ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def vpc_id: () -> ::String
|