Class: Aws::IoTSiteWise::Types::UpdateGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateGatewayRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Note:
When making an API call, you may pass UpdateGatewayRequest data as a hash:
{
gateway_id: "ID", # required
gateway_name: "Name", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_id ⇒ String
The ID of the gateway to update.
-
#gateway_name ⇒ String
A unique, friendly name for the gateway.
Instance Attribute Details
#gateway_id ⇒ String
The ID of the gateway to update.
7832 7833 7834 7835 7836 7837 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7832 class UpdateGatewayRequest < Struct.new( :gateway_id, :gateway_name) SENSITIVE = [] include Aws::Structure end |
#gateway_name ⇒ String
A unique, friendly name for the gateway.
7832 7833 7834 7835 7836 7837 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7832 class UpdateGatewayRequest < Struct.new( :gateway_id, :gateway_name) SENSITIVE = [] include Aws::Structure end |