Class: Aws::Types::EntitiesDefinition
- Inherits:
-
Object
- Object
- Aws::Types::EntitiesDefinition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CedarJson, EntityList, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cedar_json ⇒ ::String
Returns the value of attribute cedar_json.
-
#entity_list ⇒ ::Array[Types::EntityItem]
Returns the value of attribute entity_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cedar_json ⇒ ::String
Returns the value of attribute cedar_json.
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.
456 457 458 |
# File 'sig/types.rbs', line 456 def entity_list @entity_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
458 459 460 |
# File 'sig/types.rbs', line 458 def unknown @unknown end |