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)


1961
1962
1963
1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-iotwireless/types.rb', line 1961

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)


1961
1962
1963
1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-iotwireless/types.rb', line 1961

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.



1961
1962
1963
1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-iotwireless/types.rb', line 1961

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

#nameString

The name of the resource.

Returns:

  • (String)


1961
1962
1963
1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-iotwireless/types.rb', line 1961

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.



1961
1962
1963
1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-iotwireless/types.rb', line 1961

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