Class: Aws::Types::Session

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2961
2962
2963
# File 'sig/types.rbs', line 2961

def created_time
  @created_time
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


2962
2963
2964
# File 'sig/types.rbs', line 2962

def issuer
  @issuer
end

#mfa_status"ENABLED", "DISABLED"

Returns the value of attribute mfa_status.

Returns:

  • ("ENABLED", "DISABLED")


2960
2961
2962
# File 'sig/types.rbs', line 2960

def mfa_status
  @mfa_status
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


2959
2960
2961
# File 'sig/types.rbs', line 2959

def uid
  @uid
end