Class: Aws::Types::UpdatePositionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#position ⇒ ::Array[::Float]

Returns the value of attribute position.

Returns:

  • (::Array[::Float])


2211
2212
2213
# File 'sig/types.rbs', line 2211

def position
  @position
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def resource_identifier
  @resource_identifier
end

#resource_type ⇒ "WirelessDevice", "WirelessGateway"

Returns the value of attribute resource_type.

Returns:

  • ("WirelessDevice", "WirelessGateway")


2210
2211
2212
# File 'sig/types.rbs', line 2210

def resource_type
  @resource_type
end