Class: Aws::GuardDuty::Types::User

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

Overview

Contains information about the user involved in the attack sequence.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountTypes::Account

Contains information about the Amazon Web Services account.

Returns:



10077
10078
10079
10080
10081
10082
10083
10084
10085
# File 'lib/aws-sdk-guardduty/types.rb', line 10077

class User < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#credential_uidString

The credentials of the user ID.

Returns:

  • (String)


10077
10078
10079
10080
10081
10082
10083
10084
10085
# File 'lib/aws-sdk-guardduty/types.rb', line 10077

class User < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the user.

Returns:

  • (String)


10077
10078
10079
10080
10081
10082
10083
10084
10085
# File 'lib/aws-sdk-guardduty/types.rb', line 10077

class User < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the user.

Returns:

  • (String)


10077
10078
10079
10080
10081
10082
10083
10084
10085
# File 'lib/aws-sdk-guardduty/types.rb', line 10077

class User < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end

#uidString

The unique identifier of the user.

Returns:

  • (String)


10077
10078
10079
10080
10081
10082
10083
10084
10085
# File 'lib/aws-sdk-guardduty/types.rb', line 10077

class User < Struct.new(
  :name,
  :uid,
  :type,
  :credential_uid,
  :account)
  SENSITIVE = []
  include Aws::Structure
end