Class: Aws::Types::DeleteHsmRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteHsmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
-
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
-
#hsm_id ⇒ ::String
Returns the value of attribute hsm_id.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
162 163 164 |
# File 'sig/types.rbs', line 162 def cluster_id @cluster_id end |
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def eni_id @eni_id end |
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
165 166 167 |
# File 'sig/types.rbs', line 165 def eni_ip @eni_ip end |
#hsm_id ⇒ ::String
Returns the value of attribute hsm_id.
163 164 165 |
# File 'sig/types.rbs', line 163 def hsm_id @hsm_id end |