Class: Aws::Types::NewUserAgentDetail
- Inherits:
-
Object
- Object
- Aws::Types::NewUserAgentDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_new_for_entire_account ⇒ Boolean
Returns the value of attribute is_new_for_entire_account.
-
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
Instance Attribute Details
#is_new_for_entire_account ⇒ Boolean
Returns the value of attribute is_new_for_entire_account.
387 388 389 |
# File 'sig/types.rbs', line 387 def is_new_for_entire_account @is_new_for_entire_account end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
386 387 388 |
# File 'sig/types.rbs', line 386 def user_agent @user_agent end |