Class: Aws::Types::PersonasSummary
- Inherits:
-
Object
- Object
- Aws::Types::PersonasSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#persona ⇒ "OWNER", "VIEWER"
Returns the value of attribute persona.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def created_at @created_at end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def entity_id @entity_id end |
#persona ⇒ "OWNER", "VIEWER"
Returns the value of attribute persona.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def persona @persona end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def updated_at @updated_at end |