Class: Aws::Types::UpdateResourcePositionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#geo_json_payload ⇒ ::IO

Returns the value of attribute geo_json_payload.

Returns:

  • (::IO)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def geo_json_payload
  @geo_json_payload
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def resource_identifier
  @resource_identifier
end

#resource_type ⇒ "WirelessDevice", "WirelessGateway"

Returns the value of attribute resource_type.

Returns:

  • ("WirelessDevice", "WirelessGateway")


2235
2236
2237
# File 'sig/types.rbs', line 2235

def resource_type
  @resource_type
end