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
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.
      6969 6970 6971 6972 6973 6974 6975  | 
    
      # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6969 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.
      6969 6970 6971 6972 6973 6974 6975  | 
    
      # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6969 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.
      6969 6970 6971 6972 6973 6974 6975  | 
    
      # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6969 class UpdateWirelessGatewayTaskCreate < Struct.new( :update_data_source, :update_data_role, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end  |