Class: Aws::Types::PersonasSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def entity_id
  @entity_id
end

#persona"OWNER", "VIEWER"

Returns the value of attribute persona.

Returns:

  • ("OWNER", "VIEWER")


1532
1533
1534
# File 'sig/types.rbs', line 1532

def persona
  @persona
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def updated_at
  @updated_at
end