Class: Aws::IoTWireless::Types::CreateDeviceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateDeviceProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the new resource.
-
#id ⇒ String
The ID of the new device profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the new resource.
641 642 643 644 645 646 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 641 class CreateDeviceProfileResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the new device profile.
641 642 643 644 645 646 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 641 class CreateDeviceProfileResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |