Class: Aws::IoTWireless::Types::AssociateWirelessGatewayWithThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AssociateWirelessGatewayWithThingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to update.
-
#thing_arn ⇒ String
The ARN of the thing to associate with the wireless gateway.
Instance Attribute Details
#id ⇒ String
The ID of the resource to update.
271 272 273 274 275 276 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 271 class AssociateWirelessGatewayWithThingRequest < Struct.new( :id, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The ARN of the thing to associate with the wireless gateway.
271 272 273 274 275 276 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 271 class AssociateWirelessGatewayWithThingRequest < Struct.new( :id, :thing_arn) SENSITIVE = [] include Aws::Structure end |