Class: Aws::Types::NewGeolocationDetail
- Inherits:
-
Object
- Object
- Aws::Types::NewGeolocationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#is_new_for_entire_account ⇒ Boolean
Returns the value of attribute is_new_for_entire_account.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
380 381 382 |
# File 'sig/types.rbs', line 380 def ip_address @ip_address end |
#is_new_for_entire_account ⇒ Boolean
Returns the value of attribute is_new_for_entire_account.
381 382 383 |
# File 'sig/types.rbs', line 381 def is_new_for_entire_account @is_new_for_entire_account end |
#location ⇒ ::String
Returns the value of attribute location.
379 380 381 |
# File 'sig/types.rbs', line 379 def location @location end |