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

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)


248
249
250
251
252
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 248

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