Class: Aws::IoTWireless::Types::GetWirelessGatewayCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayCertificateRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to get.
Instance Attribute Details
#id ⇒ String
The ID of the resource to get.
2742 2743 2744 2745 2746 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2742 class GetWirelessGatewayCertificateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |