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.
5027 5028 5029 5030 5031 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5027 class DescribeGatewayRequest < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |