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

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

#iot_certificate_idString

The ID of the certificate associated with the wireless gateway.

Returns:

  • (String)


2615
2616
2617
2618
2619
2620
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2615

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)


2615
2616
2617
2618
2619
2620
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2615

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