Class: Aws::Types::LocationAction
- Inherits:
-
Object
- Object
- Aws::Types::LocationAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#latitude ⇒ ::String
Returns the value of attribute latitude.
-
#longitude ⇒ ::String
Returns the value of attribute longitude.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#timestamp ⇒ Types::LocationTimestamp
Returns the value of attribute timestamp.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
3844 3845 3846 |
# File 'sig/types.rbs', line 3844 def device_id @device_id end |
#latitude ⇒ ::String
Returns the value of attribute latitude.
3846 3847 3848 |
# File 'sig/types.rbs', line 3846 def latitude @latitude end |
#longitude ⇒ ::String
Returns the value of attribute longitude.
3847 3848 3849 |
# File 'sig/types.rbs', line 3847 def longitude @longitude end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3842 3843 3844 |
# File 'sig/types.rbs', line 3842 def role_arn @role_arn end |
#timestamp ⇒ Types::LocationTimestamp
Returns the value of attribute timestamp.
3845 3846 3847 |
# File 'sig/types.rbs', line 3845 def @timestamp end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
3843 3844 3845 |
# File 'sig/types.rbs', line 3843 def tracker_name @tracker_name end |