Class: Aws::Macie2::Types::SessionIssuer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SessionIssuer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the source and type of temporary security credentials that were issued to an entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#account_id ⇒ String
6079 6080 6081 6082 6083 6084 6085 6086 6087 |
# File 'lib/aws-sdk-macie2/types.rb', line 6079 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
6079 6080 6081 6082 6083 6084 6085 6086 6087 |
# File 'lib/aws-sdk-macie2/types.rb', line 6079 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
6079 6080 6081 6082 6083 6084 6085 6086 6087 |
# File 'lib/aws-sdk-macie2/types.rb', line 6079 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6079 6080 6081 6082 6083 6084 6085 6086 6087 |
# File 'lib/aws-sdk-macie2/types.rb', line 6079 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
6079 6080 6081 6082 6083 6084 6085 6086 6087 |
# File 'lib/aws-sdk-macie2/types.rb', line 6079 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |