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

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


1158
1159
1160
1161
1162
1163
# File 'lib/aws-sdk-iotwireless/types.rb', line 1158

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

#idString

The ID of the new wireless gateway task definition.

Returns:

  • (String)


1158
1159
1160
1161
1162
1163
# File 'lib/aws-sdk-iotwireless/types.rb', line 1158

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