Class: Aws::IoTWireless::Types::CreateWirelessDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateWirelessDeviceResponse
- Defined in:
- gems/aws-sdk-iotwireless/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 wireless device.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the new resource.
1033 1034 1035 1036 1037 1038 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1033 class CreateWirelessDeviceResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the new wireless device.
1033 1034 1035 1036 1037 1038 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1033 class CreateWirelessDeviceResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |