Class: Aws::Types::EntityItem

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, Types::AttributeValue]

Returns the value of attribute attributes.

Returns:



477
478
479
# File 'sig/types.rbs', line 477

def attributes
  @attributes
end

#identifierTypes::EntityIdentifier

Returns the value of attribute identifier.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def identifier
  @identifier
end

#parents::Array[Types::EntityIdentifier]

Returns the value of attribute parents.

Returns:



478
479
480
# File 'sig/types.rbs', line 478

def parents
  @parents
end

#tags::Hash[::String, Types::CedarTagValue]

Returns the value of attribute tags.

Returns:



479
480
481
# File 'sig/types.rbs', line 479

def tags
  @tags
end