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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#idString

The ID of the device profile.

Returns:

  • (String)


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_wanTypes::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

#nameString

The name of the resource.

Returns:

  • (String)


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

#sidewalkTypes::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