Class: Aws::Types::DynamicSsmParameterValue
- Inherits:
-
Object
- Object
- Aws::Types::DynamicSsmParameterValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#variable ⇒ "INCIDENT_RECORD_ARN", "INVOLVED_RESOURCES"
Returns the value of attribute variable.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
226 227 228 |
# File 'sig/types.rbs', line 226 def unknown @unknown end |
#variable ⇒ "INCIDENT_RECORD_ARN", "INVOLVED_RESOURCES"
Returns the value of attribute variable.
225 226 227 |
# File 'sig/types.rbs', line 225 def variable @variable end |