Class: Aws::Macie2::Types::SessionContextAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about the context in which temporary security credentials were issued to an entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

Returns:

  • (Time)


5917
5918
5919
5920
5921
5922
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5917

class SessionContextAttributes < Struct.new(
  :creation_date,
  :mfa_authenticated)
  SENSITIVE = []
  include Aws::Structure
end

#mfa_authenticatedBoolean

Returns:

  • (Boolean)


5917
5918
5919
5920
5921
5922
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5917

class SessionContextAttributes < Struct.new(
  :creation_date,
  :mfa_authenticated)
  SENSITIVE = []
  include Aws::Structure
end