Class: Aws::Types::HsmConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HsmConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
-
#hsm_ip_address ⇒ ::String
Returns the value of attribute hsm_ip_address.
-
#hsm_partition_name ⇒ ::String
Returns the value of attribute hsm_partition_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def description @description end |
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def hsm_configuration_identifier @hsm_configuration_identifier end |
#hsm_ip_address ⇒ ::String
Returns the value of attribute hsm_ip_address.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def hsm_ip_address @hsm_ip_address end |
#hsm_partition_name ⇒ ::String
Returns the value of attribute hsm_partition_name.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def hsm_partition_name @hsm_partition_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def @tags end |