Class: Aws::IoTWireless::Types::GetWirelessGatewayCertificateResponse

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

#iot_certificate_idString

The ID of the certificate associated with the wireless gateway.

Returns:

  • (String)


2825
2826
2827
2828
2829
2830
# File 'lib/aws-sdk-iotwireless/types.rb', line 2825

class GetWirelessGatewayCertificateResponse < Struct.new(
  :iot_certificate_id,
  :lo_ra_wan_network_server_certificate_id)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wan_network_server_certificate_idString

The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.

Returns:

  • (String)


2825
2826
2827
2828
2829
2830
# File 'lib/aws-sdk-iotwireless/types.rb', line 2825

class GetWirelessGatewayCertificateResponse < Struct.new(
  :iot_certificate_id,
  :lo_ra_wan_network_server_certificate_id)
  SENSITIVE = []
  include Aws::Structure
end