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.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def description @description end |
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def hsm_configuration_identifier @hsm_configuration_identifier end |
#hsm_ip_address ⇒ ::String
Returns the value of attribute hsm_ip_address.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def hsm_ip_address @hsm_ip_address end |
#hsm_partition_name ⇒ ::String
Returns the value of attribute hsm_partition_name.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def hsm_partition_name @hsm_partition_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def @tags end |