Class: Aws::Types::EntityPersonaConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def entity_id
  @entity_id
end

#persona"OWNER", "VIEWER"

Returns the value of attribute persona.

Returns:

  • ("OWNER", "VIEWER")


981
982
983
# File 'sig/types.rbs', line 981

def persona
  @persona
end