Class: Aws::Types::HsmConfigurationMessage
- Inherits:
-
Object
- Object
- Aws::Types::HsmConfigurationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hsm_configurations ⇒ ::Array[Types::HsmConfiguration]
Returns the value of attribute hsm_configurations.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#hsm_configurations ⇒ ::Array[Types::HsmConfiguration]
Returns the value of attribute hsm_configurations.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def hsm_configurations @hsm_configurations end |
#marker ⇒ ::String
Returns the value of attribute marker.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def marker @marker end |