Class: Aws::Macie2::Types::SessionContext

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

Overview

Provides information about a session that was created for an entity that performed an action by using temporary security credentials.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::SessionContextAttributes

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



6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-macie2/types.rb', line 6034

class SessionContext < Struct.new(
  :attributes,
  :session_issuer)
  SENSITIVE = []
  include Aws::Structure
end

#session_issuerTypes::SessionIssuer

Provides information about the source and type of temporary security credentials that were issued to an entity.



6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-macie2/types.rb', line 6034

class SessionContext < Struct.new(
  :attributes,
  :session_issuer)
  SENSITIVE = []
  include Aws::Structure
end