Class: Aws::Types::ModifyHsmRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyHsmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#hsm_arn ⇒ ::String
Returns the value of attribute hsm_arn.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#syslog_ip ⇒ ::String
Returns the value of attribute syslog_ip.
Instance Attribute Details
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
246 247 248 |
# File 'sig/types.rbs', line 246 def eni_ip @eni_ip end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def external_id @external_id end |
#hsm_arn ⇒ ::String
Returns the value of attribute hsm_arn.
244 245 246 |
# File 'sig/types.rbs', line 244 def hsm_arn @hsm_arn end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
247 248 249 |
# File 'sig/types.rbs', line 247 def iam_role_arn @iam_role_arn end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def subnet_id @subnet_id end |
#syslog_ip ⇒ ::String
Returns the value of attribute syslog_ip.
249 250 251 |
# File 'sig/types.rbs', line 249 def syslog_ip @syslog_ip end |