Class: Aws::IoTSiteWise::Types::UpdateGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateGatewayRequest
- 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 to update.
-
#gateway_name ⇒ String
A unique name for the gateway.
Instance Attribute Details
#gateway_id ⇒ String
The ID of the gateway to update.
9491 9492 9493 9494 9495 9496 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9491 class UpdateGatewayRequest < Struct.new( :gateway_id, :gateway_name) SENSITIVE = [] include Aws::Structure end |
#gateway_name ⇒ String
A unique name for the gateway.
9491 9492 9493 9494 9495 9496 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9491 class UpdateGatewayRequest < Struct.new( :gateway_id, :gateway_name) SENSITIVE = [] include Aws::Structure end |