Class: Aws::IoTWireless::Types::AssociateWirelessGatewayWithCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AssociateWirelessGatewayWithCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to update.
-
#iot_certificate_id ⇒ String
The ID of the certificate to associate with the wireless gateway.
Instance Attribute Details
#id ⇒ String
The ID of the resource to update.
246 247 248 249 250 251 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 246 class AssociateWirelessGatewayWithCertificateRequest < Struct.new( :id, :iot_certificate_id) SENSITIVE = [] include Aws::Structure end |
#iot_certificate_id ⇒ String
The ID of the certificate to associate with the wireless gateway.
246 247 248 249 250 251 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 246 class AssociateWirelessGatewayWithCertificateRequest < Struct.new( :id, :iot_certificate_id) SENSITIVE = [] include Aws::Structure end |