Class: Aws::Types::GetWirelessGatewayCertificateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWirelessGatewayCertificateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iot_certificate_id ⇒ ::String
Returns the value of attribute iot_certificate_id.
-
#lo_ra_wan_network_server_certificate_id ⇒ ::String
Returns the value of attribute lo_ra_wan_network_server_certificate_id.
Instance Attribute Details
#iot_certificate_id ⇒ ::String
Returns the value of attribute iot_certificate_id.
942 943 944 |
# File 'sig/types.rbs', line 942 def iot_certificate_id @iot_certificate_id end |
#lo_ra_wan_network_server_certificate_id ⇒ ::String
Returns the value of attribute lo_ra_wan_network_server_certificate_id.
943 944 945 |
# File 'sig/types.rbs', line 943 def lo_ra_wan_network_server_certificate_id @lo_ra_wan_network_server_certificate_id end |