Class: Aws::IoTSiteWise::Types::DescribeGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeGatewayRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_id ⇒ String
The ID of the gateway device.
Instance Attribute Details
#gateway_id ⇒ String
The ID of the gateway device.
5052 5053 5054 5055 5056 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5052 class DescribeGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |