Class: Aws::IoTWireless::Types::CreateDeviceProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


614
615
616
617
618
619
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 614

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

#idString

The ID of the new device profile.

Returns:

  • (String)


614
615
616
617
618
619
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 614

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