Class: Aws::Types::ContextDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ContextDefinition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CedarJson, ContextMap, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cedar_json ⇒ ::String
Returns the value of attribute cedar_json.
-
#context_map ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute context_map.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cedar_json ⇒ ::String
Returns the value of attribute cedar_json.
280 281 282 |
# File 'sig/types.rbs', line 280 def cedar_json @cedar_json end |
#context_map ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute context_map.
279 280 281 |
# File 'sig/types.rbs', line 279 def context_map @context_map end |
#unknown ⇒ Object
Returns the value of attribute unknown.
281 282 283 |
# File 'sig/types.rbs', line 281 def unknown @unknown end |