Class: Aws::DirectConnect::Types::UpdateDirectConnectGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::UpdateDirectConnectGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Note:
When making an API call, you may pass UpdateDirectConnectGatewayRequest data as a hash:
{
direct_connect_gateway_id: "DirectConnectGatewayId", # required
new_direct_connect_gateway_name: "DirectConnectGatewayName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway to update.
-
#new_direct_connect_gateway_name ⇒ String
The new name for the Direct Connect gateway.
Instance Attribute Details
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway to update.
4356 4357 4358 4359 4360 4361 |
# File 'lib/aws-sdk-directconnect/types.rb', line 4356 class UpdateDirectConnectGatewayRequest < Struct.new( :direct_connect_gateway_id, :new_direct_connect_gateway_name) SENSITIVE = [] include Aws::Structure end |
#new_direct_connect_gateway_name ⇒ String
The new name for the Direct Connect gateway.
4356 4357 4358 4359 4360 4361 |
# File 'lib/aws-sdk-directconnect/types.rb', line 4356 class UpdateDirectConnectGatewayRequest < Struct.new( :direct_connect_gateway_id, :new_direct_connect_gateway_name) SENSITIVE = [] include Aws::Structure end |