Class: Aws::Types::PositionConfigurationItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ ::String

Returns the value of attribute destination.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def destination
  @destination
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def resource_identifier
  @resource_identifier
end

#resource_type ⇒ "WirelessDevice", "WirelessGateway"

Returns the value of attribute resource_type.

Returns:

  • ("WirelessDevice", "WirelessGateway")


1655
1656
1657
# File 'sig/types.rbs', line 1655

def resource_type
  @resource_type
end

#solvers ⇒ Types::PositionSolverDetails

Returns the value of attribute solvers.



1656
1657
1658
# File 'sig/types.rbs', line 1656

def solvers
  @solvers
end