Class: Aws::IoTWireless::Types::UpdateWirelessGatewayTaskCreate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateWirelessGatewayTaskCreate
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass UpdateWirelessGatewayTaskCreate data as a hash:
{
update_data_source: "UpdateDataSource",
update_data_role: "UpdateDataSource",
lo_ra_wan: {
update_signature: "UpdateSignature",
sig_key_crc: 1,
current_version: {
package_version: "PackageVersion",
model: "Model",
station: "Station",
},
update_version: {
package_version: "PackageVersion",
model: "Model",
station: "Station",
},
},
}
UpdateWirelessGatewayTaskCreate object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANUpdateGatewayTaskCreate
The properties that relate to the LoRaWAN wireless gateway.
-
#update_data_role ⇒ String
The IAM role used to read data from the S3 bucket.
-
#update_data_source ⇒ String
The link to the S3 bucket.
Instance Attribute Details
#lo_ra_wan ⇒ Types::LoRaWANUpdateGatewayTaskCreate
The properties that relate to the LoRaWAN wireless gateway.
5933 5934 5935 5936 5937 5938 5939 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5933 class UpdateWirelessGatewayTaskCreate < Struct.new( :update_data_source, :update_data_role, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#update_data_role ⇒ String
The IAM role used to read data from the S3 bucket.
5933 5934 5935 5936 5937 5938 5939 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5933 class UpdateWirelessGatewayTaskCreate < Struct.new( :update_data_source, :update_data_role, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#update_data_source ⇒ String
The link to the S3 bucket.
5933 5934 5935 5936 5937 5938 5939 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5933 class UpdateWirelessGatewayTaskCreate < Struct.new( :update_data_source, :update_data_role, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |