Class: Aws::IoTWireless::Types::GetWirelessGatewayCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayCertificateResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iot_certificate_id ⇒ String
The ID of the certificate associated with the wireless gateway.
-
#lo_ra_wan_network_server_certificate_id ⇒ String
The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.
Instance Attribute Details
#iot_certificate_id ⇒ String
The ID of the certificate associated with the wireless gateway.
2757 2758 2759 2760 2761 2762 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2757 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_id ⇒ String
The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.
2757 2758 2759 2760 2761 2762 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2757 class GetWirelessGatewayCertificateResponse < Struct.new( :iot_certificate_id, :lo_ra_wan_network_server_certificate_id) SENSITIVE = [] include Aws::Structure end |