Class: Aws::Types::ExperienceEntitiesSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_dataTypes::EntityDisplayData

Returns the value of attribute display_data.



1016
1017
1018
# File 'sig/types.rbs', line 1016

def display_data
  @display_data
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def entity_id
  @entity_id
end

#entity_type"USER", "GROUP"

Returns the value of attribute entity_type.

Returns:

  • ("USER", "GROUP")


1015
1016
1017
# File 'sig/types.rbs', line 1015

def entity_type
  @entity_type
end