Class: Aws::Types::ActorSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Integer

Returns the value of attribute created_time.

Returns:

  • (::Integer)


115
116
117
# File 'sig/types.rbs', line 115

def created_time
  @created_time
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def issuer
  @issuer
end

#mfa_status"ENABLED", "DISABLED"

Returns the value of attribute mfa_status.

Returns:

  • ("ENABLED", "DISABLED")


114
115
116
# File 'sig/types.rbs', line 114

def mfa_status
  @mfa_status
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def uid
  @uid
end