Class: Aws::IoTWireless::Types::GetDeviceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetDeviceProfileRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass GetDeviceProfileRequest data as a hash:
{
id: "DeviceProfileId", # required
}
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.
1910 1911 1912 1913 1914 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1910 class GetDeviceProfileRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |