Class: Aws::Types::EntityItem
- Inherits:
-
Object
- Object
- Aws::Types::EntityItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute attributes.
-
#identifier ⇒ Types::EntityIdentifier
Returns the value of attribute identifier.
-
#parents ⇒ ::Array[Types::EntityIdentifier]
Returns the value of attribute parents.
-
#tags ⇒ ::Hash[::String, Types::CedarTagValue]
Returns the value of attribute tags.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute attributes.
477 478 479 |
# File 'sig/types.rbs', line 477 def attributes @attributes end |
#identifier ⇒ Types::EntityIdentifier
Returns the value of attribute identifier.
476 477 478 |
# File 'sig/types.rbs', line 476 def identifier @identifier end |
#parents ⇒ ::Array[Types::EntityIdentifier]
Returns the value of attribute parents.
478 479 480 |
# File 'sig/types.rbs', line 478 def parents @parents end |
#tags ⇒ ::Hash[::String, Types::CedarTagValue]
Returns the value of attribute tags.
479 480 481 |
# File 'sig/types.rbs', line 479 def end |