Class: Aws::IoTWireless::Types::GetWirelessGatewayTaskDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayTaskDefinitionRequest
- 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 get.
Instance Attribute Details
#id ⇒ String
The ID of the resource to get.
2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2985 class GetWirelessGatewayTaskDefinitionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |