Class: Aws::Types::CreateHsmRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHsmRequest
- 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.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
131 132 133 |
# File 'sig/types.rbs', line 131 def availability_zone @availability_zone end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def cluster_id @cluster_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
132 133 134 |
# File 'sig/types.rbs', line 132 def ip_address @ip_address end |