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

#arn ⇒ String

The Amazon Resource Name of the resource.

Returns:

  • (String)


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

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

#id ⇒ String

The ID of the device profile.

Returns:

  • (String)


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

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

#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile

Information about the device profile.



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

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

#name ⇒ String

The name of the resource.

Returns:

  • (String)


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

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

#sidewalk ⇒ Types::SidewalkGetDeviceProfile

Information about the Sidewalk parameters in the device profile.



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

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