Class: Aws::IoTWireless::Types::DeviceProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeviceProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Describes a device profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#id ⇒ String
The ID of the device profile.
-
#name ⇒ String
The name of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
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 |
#id ⇒ String
The ID of the device profile.
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 |
#name ⇒ String
The name of the resource.
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 |