Class: Aws::IoTWireless::Types::UpdatePositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdatePositionRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#position ⇒ Array<Float>
The position information of the resource.
-
#resource_identifier ⇒ String
Resource identifier of the resource for which position is updated.
-
#resource_type ⇒ String
Resource type of the resource for which position is updated.
Instance Attribute Details
#position ⇒ Array<Float>
The position information of the resource.
6565 6566 6567 6568 6569 6570 6571 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6565 class UpdatePositionRequest < Struct.new( :resource_identifier, :resource_type, :position) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
Resource identifier of the resource for which position is updated.
6565 6566 6567 6568 6569 6570 6571 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6565 class UpdatePositionRequest < Struct.new( :resource_identifier, :resource_type, :position) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type of the resource for which position is updated.
6565 6566 6567 6568 6569 6570 6571 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6565 class UpdatePositionRequest < Struct.new( :resource_identifier, :resource_type, :position) SENSITIVE = [] include Aws::Structure end |