Class: Aws::Types::CreateHsmRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHsmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#ssh_key ⇒ ::String
Returns the value of attribute ssh_key.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#subscription_type ⇒ "PRODUCTION"
Returns the value of attribute subscription_type.
-
#syslog_ip ⇒ ::String
Returns the value of attribute syslog_ip.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
48 49 50 |
# File 'sig/types.rbs', line 48 def client_token @client_token end |
#eni_ip ⇒ ::String
Returns the value of attribute eni_ip.
44 45 46 |
# File 'sig/types.rbs', line 44 def eni_ip @eni_ip end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def external_id @external_id end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
45 46 47 |
# File 'sig/types.rbs', line 45 def iam_role_arn @iam_role_arn end |
#ssh_key ⇒ ::String
Returns the value of attribute ssh_key.
43 44 45 |
# File 'sig/types.rbs', line 43 def ssh_key @ssh_key end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def subnet_id @subnet_id end |
#subscription_type ⇒ "PRODUCTION"
Returns the value of attribute subscription_type.
47 48 49 |
# File 'sig/types.rbs', line 47 def subscription_type @subscription_type end |
#syslog_ip ⇒ ::String
Returns the value of attribute syslog_ip.
49 50 51 |
# File 'sig/types.rbs', line 49 def syslog_ip @syslog_ip end |