Class: Aws::Types::EntityPersonaConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EntityPersonaConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#persona ⇒ "OWNER", "VIEWER"
Returns the value of attribute persona.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
980 981 982 |
# File 'sig/types.rbs', line 980 def entity_id @entity_id end |
#persona ⇒ "OWNER", "VIEWER"
Returns the value of attribute persona.
981 982 983 |
# File 'sig/types.rbs', line 981 def persona @persona end |