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.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def hsm_configurations @hsm_configurations end |
#marker ⇒ ::String
Returns the value of attribute marker.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def marker @marker end |