Class: Aws::Types::DescribeHsmResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHsmResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
-
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
-
#hsm_arn ⇒ ::String
Returns the value of attribute hsm_arn.
-
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#partitions ⇒ ::Array[::String]
Returns the value of attribute partitions.
-
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
-
#server_cert_last_updated ⇒ ::String
Returns the value of attribute server_cert_last_updated.
-
#server_cert_uri ⇒ ::String
Returns the value of attribute server_cert_uri.
-
#software_version ⇒ ::String
Returns the value of attribute software_version.
-
#ssh_key_last_updated ⇒ ::String
Returns the value of attribute ssh_key_last_updated.
-
#ssh_public_key ⇒ ::String
Returns the value of attribute ssh_public_key.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#subscription_end_date ⇒ ::String
Returns the value of attribute subscription_end_date.
-
#subscription_start_date ⇒ ::String
Returns the value of attribute subscription_start_date.
-
#subscription_type ⇒ "PRODUCTION"
Returns the value of attribute subscription_type.
-
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
127 128 129 |
# File 'sig/types.rbs', line 127 def availability_zone @availability_zone end |
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def eni_id @eni_id end |
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
129 130 131 |
# File 'sig/types.rbs', line 129 def eni_ip @eni_ip end |
#hsm_arn ⇒ ::String
Returns the value of attribute hsm_arn.
124 125 126 |
# File 'sig/types.rbs', line 124 def hsm_arn @hsm_arn end |
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
138 139 140 |
# File 'sig/types.rbs', line 138 def hsm_type @hsm_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
135 136 137 |
# File 'sig/types.rbs', line 135 def iam_role_arn @iam_role_arn end |
#partitions ⇒ ::Array[::String]
Returns the value of attribute partitions.
144 145 146 |
# File 'sig/types.rbs', line 144 def partitions @partitions end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
136 137 138 |
# File 'sig/types.rbs', line 136 def serial_number @serial_number end |
#server_cert_last_updated ⇒ ::String
Returns the value of attribute server_cert_last_updated.
143 144 145 |
# File 'sig/types.rbs', line 143 def server_cert_last_updated @server_cert_last_updated end |
#server_cert_uri ⇒ ::String
Returns the value of attribute server_cert_uri.
142 143 144 |
# File 'sig/types.rbs', line 142 def server_cert_uri @server_cert_uri end |
#software_version ⇒ ::String
Returns the value of attribute software_version.
139 140 141 |
# File 'sig/types.rbs', line 139 def software_version @software_version end |
#ssh_key_last_updated ⇒ ::String
Returns the value of attribute ssh_key_last_updated.
141 142 143 |
# File 'sig/types.rbs', line 141 def ssh_key_last_updated @ssh_key_last_updated end |
#ssh_public_key ⇒ ::String
Returns the value of attribute ssh_public_key.
140 141 142 |
# File 'sig/types.rbs', line 140 def ssh_public_key @ssh_public_key end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
125 126 127 |
# File 'sig/types.rbs', line 125 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
126 127 128 |
# File 'sig/types.rbs', line 126 def status_details @status_details end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
134 135 136 |
# File 'sig/types.rbs', line 134 def subnet_id @subnet_id end |
#subscription_end_date ⇒ ::String
Returns the value of attribute subscription_end_date.
132 133 134 |
# File 'sig/types.rbs', line 132 def subscription_end_date @subscription_end_date end |
#subscription_start_date ⇒ ::String
Returns the value of attribute subscription_start_date.
131 132 133 |
# File 'sig/types.rbs', line 131 def subscription_start_date @subscription_start_date end |
#subscription_type ⇒ "PRODUCTION"
Returns the value of attribute subscription_type.
130 131 132 |
# File 'sig/types.rbs', line 130 def subscription_type @subscription_type end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
137 138 139 |
# File 'sig/types.rbs', line 137 def vendor_name @vendor_name end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
133 134 135 |
# File 'sig/types.rbs', line 133 def vpc_id @vpc_id end |