Class: Aws::Macie2::Types::SessionContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SessionContext
- 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
-
#attributes ⇒ Types::SessionContextAttributes
Provides information about the context in which temporary security credentials were issued to an entity.
-
#session_issuer ⇒ Types::SessionIssuer
Provides information about the source and type of temporary security credentials that were issued to an entity.
Instance Attribute Details
#attributes ⇒ Types::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_issuer ⇒ Types::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 |