Class: Aws::Types::AssociateWirelessGatewayWithCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateWirelessGatewayWithCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#iot_certificate_id ⇒ ::String
Returns the value of attribute iot_certificate_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
98 99 100 |
# File 'sig/types.rbs', line 98 def id @id end |
#iot_certificate_id ⇒ ::String
Returns the value of attribute iot_certificate_id.
99 100 101 |
# File 'sig/types.rbs', line 99 def iot_certificate_id @iot_certificate_id end |