Class: Aws::IoTWireless::Types::CreateWirelessGatewayTaskDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name of the resource.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-iotwireless/types.rb', line 1189

class CreateWirelessGatewayTaskDefinitionResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The ID of the new wireless gateway task definition.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-iotwireless/types.rb', line 1189

class CreateWirelessGatewayTaskDefinitionResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end