Class: Aws::IoTWireless::Types::UpdatePositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdatePositionRequest
- Includes:
- Structure
- Defined in:
- 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.
6684 6685 6686 6687 6688 6689 6690 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6684 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.
6684 6685 6686 6687 6688 6689 6690 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6684 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.
6684 6685 6686 6687 6688 6689 6690 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6684 class UpdatePositionRequest < Struct.new( :resource_identifier, :resource_type, :position) SENSITIVE = [] include Aws::Structure end |