Class: Aws::IoTWireless::Types::CreateWirelessDeviceResponse

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 new resource.

Returns:

  • (String)


1033
1034
1035
1036
1037
1038
# File 'lib/aws-sdk-iotwireless/types.rb', line 1033

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

#idString

The ID of the new wireless device.

Returns:

  • (String)


1033
1034
1035
1036
1037
1038
# File 'lib/aws-sdk-iotwireless/types.rb', line 1033

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