Class: Aws::IoTWireless::Types::AssociateWirelessGatewayWithThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AssociateWirelessGatewayWithThingRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass AssociateWirelessGatewayWithThingRequest data as a hash:
{
id: "WirelessGatewayId", # required
thing_arn: "ThingArn", # required
}
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.
302 303 304 305 306 307 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 302 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.
302 303 304 305 306 307 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 302 class AssociateWirelessGatewayWithThingRequest < Struct.new( :id, :thing_arn) SENSITIVE = [] include Aws::Structure end |