Class: Aws::GuardDuty::Types::AccessKeyDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

Access key ID of the user.

Returns:

  • (String)


69
70
71
72
73
74
75
# File 'lib/aws-sdk-guardduty/types.rb', line 69

class AccessKeyDetails < Struct.new(
  :access_key_id,
  :principal_id,
  :user_name,
  :user_type)
  include Aws::Structure
end

#principal_idString

The principal ID of the user.

Returns:

  • (String)


69
70
71
72
73
74
75
# File 'lib/aws-sdk-guardduty/types.rb', line 69

class AccessKeyDetails < Struct.new(
  :access_key_id,
  :principal_id,
  :user_name,
  :user_type)
  include Aws::Structure
end

#user_nameString

The name of the user.

Returns:

  • (String)


69
70
71
72
73
74
75
# File 'lib/aws-sdk-guardduty/types.rb', line 69

class AccessKeyDetails < Struct.new(
  :access_key_id,
  :principal_id,
  :user_name,
  :user_type)
  include Aws::Structure
end

#user_typeString

The type of the user.

Returns:

  • (String)


69
70
71
72
73
74
75
# File 'lib/aws-sdk-guardduty/types.rb', line 69

class AccessKeyDetails < Struct.new(
  :access_key_id,
  :principal_id,
  :user_name,
  :user_type)
  include Aws::Structure
end