Class: Aws::IoTWireless::Types::AssociateWirelessGatewayWithCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AssociateWirelessGatewayWithCertificateResponse
- 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.
Instance Attribute Details
#iot_certificate_id ⇒ String
The ID of the certificate associated with the wireless gateway.
257 258 259 260 261 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 257 class AssociateWirelessGatewayWithCertificateResponse < Struct.new( :iot_certificate_id) SENSITIVE = [] include Aws::Structure end |