Class: Aws::Types::LocationModel

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def location_name
  @location_name
end

#ping_beaconTypes::PingBeacon

Returns the value of attribute ping_beacon.

Returns:



1709
1710
1711
# File 'sig/types.rbs', line 1709

def ping_beacon
  @ping_beacon
end