Class: Aws::Detective::Types::NewUserAgentDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::NewUserAgentDetail
- 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
-
#is_new_for_entire_account ⇒ Boolean
Checks if the user agent is new for the entire account.
-
#user_agent ⇒ String
New user agent which accessed the resource.
Instance Attribute Details
#is_new_for_entire_account ⇒ Boolean
Checks if the user agent is new for the entire account.
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_agent ⇒ String
New user agent which accessed the resource.
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 |