Class: Aws::Types::IdentityDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


160
161
162
# File 'sig/types.rbs', line 160

def creation_date
  @creation_date
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def identity_id
  @identity_id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


161
162
163
# File 'sig/types.rbs', line 161

def last_modified_date
  @last_modified_date
end

#logins::Array[::String]

Returns the value of attribute logins.

Returns:

  • (::Array[::String])


159
160
161
# File 'sig/types.rbs', line 159

def logins
  @logins
end