Class: Aws::Types::Hsm
- Inherits:
-
Object
- Object
- Aws::Types::Hsm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#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.
-
#eni_ip_v6 ⇒ ::String
Returns the value of attribute eni_ip_v6.
-
#hsm_id ⇒ ::String
Returns the value of attribute hsm_id.
-
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
-
#state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
232 233 234 |
# File 'sig/types.rbs', line 232 def availability_zone @availability_zone end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def cluster_id @cluster_id end |
#eni_id ⇒ ::String
Returns the value of attribute eni_id.
235 236 237 |
# File 'sig/types.rbs', line 235 def eni_id @eni_id end |
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
236 237 238 |
# File 'sig/types.rbs', line 236 def eni_ip @eni_ip end |
#eni_ip_v6 ⇒ ::String
Returns the value of attribute eni_ip_v6.
237 238 239 |
# File 'sig/types.rbs', line 237 def eni_ip_v6 @eni_ip_v6 end |
#hsm_id ⇒ ::String
Returns the value of attribute hsm_id.
238 239 240 |
# File 'sig/types.rbs', line 238 def hsm_id @hsm_id end |
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
239 240 241 |
# File 'sig/types.rbs', line 239 def hsm_type @hsm_type end |
#state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute state.
240 241 242 |
# File 'sig/types.rbs', line 240 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
241 242 243 |
# File 'sig/types.rbs', line 241 def end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def subnet_id @subnet_id end |