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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


6079
6080
6081
6082
6083
6084
6085
6086
6087
# File 'gems/aws-sdk-macie2/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

#arnString

Returns:

  • (String)


6079
6080
6081
6082
6083
6084
6085
6086
6087
# File 'gems/aws-sdk-macie2/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_idString

Returns:

  • (String)


6079
6080
6081
6082
6083
6084
6085
6086
6087
# File 'gems/aws-sdk-macie2/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

#typeString

Returns:

  • (String)


6079
6080
6081
6082
6083
6084
6085
6086
6087
# File 'gems/aws-sdk-macie2/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_nameString

Returns:

  • (String)


6079
6080
6081
6082
6083
6084
6085
6086
6087
# File 'gems/aws-sdk-macie2/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