Class: Aws::IoTSiteWise::Types::DescribeGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeGatewayRequest
- Includes:
- Structure
- Defined in:
- 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.
4679 4680 4681 4682 4683 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4679 class DescribeGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |