Class: Aws::Types::ImpossibleTravelDetail
- Inherits:
-
Object
- Object
- Aws::Types::ImpossibleTravelDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ending_ip_address ⇒ ::String
Returns the value of attribute ending_ip_address.
-
#ending_location ⇒ ::String
Returns the value of attribute ending_location.
-
#hourly_time_delta ⇒ ::Integer
Returns the value of attribute hourly_time_delta.
-
#starting_ip_address ⇒ ::String
Returns the value of attribute starting_ip_address.
-
#starting_location ⇒ ::String
Returns the value of attribute starting_location.
Instance Attribute Details
#ending_ip_address ⇒ ::String
Returns the value of attribute ending_ip_address.
200 201 202 |
# File 'sig/types.rbs', line 200 def ending_ip_address @ending_ip_address end |
#ending_location ⇒ ::String
Returns the value of attribute ending_location.
202 203 204 |
# File 'sig/types.rbs', line 202 def ending_location @ending_location end |
#hourly_time_delta ⇒ ::Integer
Returns the value of attribute hourly_time_delta.
203 204 205 |
# File 'sig/types.rbs', line 203 def hourly_time_delta @hourly_time_delta end |
#starting_ip_address ⇒ ::String
Returns the value of attribute starting_ip_address.
199 200 201 |
# File 'sig/types.rbs', line 199 def starting_ip_address @starting_ip_address end |
#starting_location ⇒ ::String
Returns the value of attribute starting_location.
201 202 203 |
# File 'sig/types.rbs', line 201 def starting_location @starting_location end |