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
6090 6091 6092 6093 6094 6095 6096 6097 6098 |
# File 'lib/aws-sdk-macie2/types.rb', line 6090 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
6090 6091 6092 6093 6094 6095 6096 6097 6098 |
# File 'lib/aws-sdk-macie2/types.rb', line 6090 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
6090 6091 6092 6093 6094 6095 6096 6097 6098 |
# File 'lib/aws-sdk-macie2/types.rb', line 6090 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6090 6091 6092 6093 6094 6095 6096 6097 6098 |
# File 'lib/aws-sdk-macie2/types.rb', line 6090 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
6090 6091 6092 6093 6094 6095 6096 6097 6098 |
# File 'lib/aws-sdk-macie2/types.rb', line 6090 class SessionIssuer < Struct.new( :account_id, :arn, :principal_id, :type, :user_name) SENSITIVE = [] include Aws::Structure end |