Class: Aws::Types::LocationModel
- Inherits:
-
Object
- Object
- Aws::Types::LocationModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#location_name ⇒ ::String
Returns the value of attribute location_name.
-
#ping_beacon ⇒ Types::PingBeacon
Returns the value of attribute ping_beacon.
Instance Attribute Details
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def location_arn @location_arn end |
#location_name ⇒ ::String
Returns the value of attribute location_name.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def location_name @location_name end |
#ping_beacon ⇒ Types::PingBeacon
Returns the value of attribute ping_beacon.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def ping_beacon @ping_beacon end |