Class: Aws::IoTWireless::Types::GetDeviceProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1740

class GetDeviceProfileResponse < Struct.new(
  :arn,
  :name,
  :id,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the device profile.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1740

class GetDeviceProfileResponse < Struct.new(
  :arn,
  :name,
  :id,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANDeviceProfile

Information about the device profile.



1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1740

class GetDeviceProfileResponse < Struct.new(
  :arn,
  :name,
  :id,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1740

class GetDeviceProfileResponse < Struct.new(
  :arn,
  :name,
  :id,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkTypes::SidewalkGetDeviceProfile

Information about the Sidewalk parameters in the device profile.



1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1740

class GetDeviceProfileResponse < Struct.new(
  :arn,
  :name,
  :id,
  :lo_ra_wan,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end