Class: Aws::IoTWireless::Types::GetDeviceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetDeviceProfileResponse
- 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 resource.
-
#id ⇒ String
The ID of the device profile.
-
#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
Information about the device profile.
-
#name ⇒ String
The name of the resource.
-
#sidewalk ⇒ Types::SidewalkGetDeviceProfile
Information about the Sidewalk parameters in the device profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1915 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the device profile.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1915 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
Information about the device profile.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1915 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1915 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Types::SidewalkGetDeviceProfile
Information about the Sidewalk parameters in the device profile.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1915 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan, :sidewalk) SENSITIVE = [] include Aws::Structure end |