Class: Aws::Macie2::Types::AssumedRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AssumedRole
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about an identity that performed an action on an affected resource by using temporary security credentials. The credentials were obtained using the AssumeRole operation of the Security Token Service (STS) API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #access_key_id ⇒ String
- #account_id ⇒ String
- #arn ⇒ String
- #principal_id ⇒ String
-
#session_context ⇒ Types::SessionContext
Provides information about a session that was created for an entity that performed an action by using temporary security credentials.
Instance Attribute Details
#access_key_id ⇒ String
263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-macie2/types.rb', line 263 class AssumedRole < Struct.new( :access_key_id, :account_id, :arn, :principal_id, :session_context) SENSITIVE = [] include Aws::Structure end |
#account_id ⇒ String
263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-macie2/types.rb', line 263 class AssumedRole < Struct.new( :access_key_id, :account_id, :arn, :principal_id, :session_context) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-macie2/types.rb', line 263 class AssumedRole < Struct.new( :access_key_id, :account_id, :arn, :principal_id, :session_context) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-macie2/types.rb', line 263 class AssumedRole < Struct.new( :access_key_id, :account_id, :arn, :principal_id, :session_context) SENSITIVE = [] include Aws::Structure end |
#session_context ⇒ Types::SessionContext
Provides information about a session that was created for an entity that performed an action by using temporary security credentials.
263 264 265 266 267 268 269 270 271 |
# File 'lib/aws-sdk-macie2/types.rb', line 263 class AssumedRole < Struct.new( :access_key_id, :account_id, :arn, :principal_id, :session_context) SENSITIVE = [] include Aws::Structure end |