Class: Aws::Types::EntitiesDefinition

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

Defined Under Namespace

Classes: CedarJson, EntityList, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cedar_json::String

Returns the value of attribute cedar_json.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def cedar_json
  @cedar_json
end

#entity_list::Array[Types::EntityItem]

Returns the value of attribute entity_list.

Returns:



456
457
458
# File 'sig/types.rbs', line 456

def entity_list
  @entity_list
end

#unknownObject

Returns the value of attribute unknown.

Returns:



458
459
460
# File 'sig/types.rbs', line 458

def unknown
  @unknown
end