Class: Aws::Types::ExperienceEntitiesSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExperienceEntitiesSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_data ⇒ Types::EntityDisplayData
Returns the value of attribute display_data.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_type ⇒ "USER", "GROUP"
Returns the value of attribute entity_type.
Instance Attribute Details
#display_data ⇒ Types::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.
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.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def entity_type @entity_type end |