Class: Aws::Types::DescribeHsmConfigurationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHsmConfigurationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
-
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
Instance Attribute Details
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def hsm_configuration_identifier @hsm_configuration_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def max_records @max_records end |
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def tag_keys @tag_keys end |
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def tag_values @tag_values end |