Class: Aws::Macie2::Types::SessionIssuer

Inherits:
Struct
  • Object
show all
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_idString

Returns:

  • (String)


5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-macie2/types.rb', line 5944

class SessionIssuer < Struct.new(
  :account_id,
  :arn,
  :principal_id,
  :type,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

Returns:

  • (String)


5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-macie2/types.rb', line 5944

class SessionIssuer < Struct.new(
  :account_id,
  :arn,
  :principal_id,
  :type,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

Returns:

  • (String)


5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-macie2/types.rb', line 5944

class SessionIssuer < Struct.new(
  :account_id,
  :arn,
  :principal_id,
  :type,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-macie2/types.rb', line 5944

class SessionIssuer < Struct.new(
  :account_id,
  :arn,
  :principal_id,
  :type,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

Returns:

  • (String)


5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-macie2/types.rb', line 5944

class SessionIssuer < Struct.new(
  :account_id,
  :arn,
  :principal_id,
  :type,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end