Class: Aws::Detective::Types::NewUserAgentDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Details new user agents used either at the resource or account level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_new_for_entire_accountBoolean

Checks if the user agent is new for the entire account.

Returns:

  • (Boolean)


1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1474

class NewUserAgentDetail < Struct.new(
  :user_agent,
  :is_new_for_entire_account)
  SENSITIVE = []
  include Aws::Structure
end

#user_agentString

New user agent which accessed the resource.

Returns:

  • (String)


1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1474

class NewUserAgentDetail < Struct.new(
  :user_agent,
  :is_new_for_entire_account)
  SENSITIVE = []
  include Aws::Structure
end