Class: Aws::IoTWireless::Types::AssociateWirelessGatewayWithCertificateRequest

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

#idString

The ID of the resource to update.

Returns:

  • (String)


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

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

#iot_certificate_idString

The ID of the certificate to associate with the wireless gateway.

Returns:

  • (String)


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

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