Class: Aws::IoTWireless::Types::DeviceProfile

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

Overview

Describes a device profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


1449
1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1449

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

#idString

The ID of the device profile.

Returns:

  • (String)


1449
1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1449

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

#nameString

The name of the resource.

Returns:

  • (String)


1449
1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1449

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