Class: Aws::IoTWireless::Types::CreateWirelessGatewayTaskDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateWirelessGatewayTaskDefinitionResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#id ⇒ String
The ID of the new wireless gateway task definition.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
1151 1152 1153 1154 1155 1156 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1151 class CreateWirelessGatewayTaskDefinitionResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the new wireless gateway task definition.
1151 1152 1153 1154 1155 1156 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1151 class CreateWirelessGatewayTaskDefinitionResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |