Class: Aws::IoTWireless::Types::GetDeviceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetDeviceProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to get.
Instance Attribute Details
#id ⇒ String
The ID of the resource to get.
1889 1890 1891 1892 1893 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1889 class GetDeviceProfileRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |