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)


1752
1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1752

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)


1752
1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1752

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.



1752
1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1752

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

#nameString

The name of the resource.

Returns:

  • (String)


1752
1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1752

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.



1752
1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1752

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