Class: Aws::IoTWireless::Types::GetWirelessGatewayCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayCertificateResponse
- Includes:
- Structure
- Defined in:
- 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.
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_id ⇒ String
The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.
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 |