Class: Aws::IoTWireless::Types::GetDeviceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetDeviceProfileResponse
- 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 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.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1636 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the device profile.
1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1636 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile
Information about the device profile.
1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1636 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1636 class GetDeviceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |