Class: Aws::Types::ContextDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: CedarJson, ContextMap, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cedar_json::String

Returns the value of attribute cedar_json.

Returns:



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.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def context_map
  @context_map
end

#unknownObject

Returns the value of attribute unknown.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def unknown
  @unknown
end