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.
6864 6865 6866 6867 6868 6869 6870 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6864 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.
6864 6865 6866 6867 6868 6869 6870 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6864 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.
6864 6865 6866 6867 6868 6869 6870 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6864 class UpdatePositionRequest < Struct.new( :resource_identifier, :resource_type, :position) SENSITIVE = [] include Aws::Structure end |