Class: Aws::IoTWireless::Types::UpdateWirelessGatewayTaskCreate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

UpdateWirelessGatewayTaskCreate object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lo_ra_wanTypes::LoRaWANUpdateGatewayTaskCreate

The properties that relate to the LoRaWAN wireless gateway.



6882
6883
6884
6885
6886
6887
6888
# File 'lib/aws-sdk-iotwireless/types.rb', line 6882

class UpdateWirelessGatewayTaskCreate < Struct.new(
  :update_data_source,
  :update_data_role,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#update_data_roleString

The IAM role used to read data from the S3 bucket.

Returns:

  • (String)


6882
6883
6884
6885
6886
6887
6888
# File 'lib/aws-sdk-iotwireless/types.rb', line 6882

class UpdateWirelessGatewayTaskCreate < Struct.new(
  :update_data_source,
  :update_data_role,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#update_data_sourceString

The link to the S3 bucket.

Returns:

  • (String)


6882
6883
6884
6885
6886
6887
6888
# File 'lib/aws-sdk-iotwireless/types.rb', line 6882

class UpdateWirelessGatewayTaskCreate < Struct.new(
  :update_data_source,
  :update_data_role,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end