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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-iotwireless/types.rb', line 1456

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

#idString

The ID of the device profile.

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-iotwireless/types.rb', line 1456

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

#nameString

The name of the resource.

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-iotwireless/types.rb', line 1456

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