Class: Aws::IoTWireless::Types::AssociateWirelessGatewayWithCertificateResponse

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_id ⇒ String

The ID of the certificate associated with the wireless gateway.

Returns:



272
273
274
275
276
# File 'lib/aws-sdk-iotwireless/types.rb', line 272

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