Class: Aws::DirectConnect::Types::UpdateDirectConnectGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::UpdateDirectConnectGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
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.
3534 3535 3536 3537 3538 3539 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3534 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.
3534 3535 3536 3537 3538 3539 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3534 class UpdateDirectConnectGatewayRequest < Struct.new( :direct_connect_gateway_id, :new_direct_connect_gateway_name) SENSITIVE = [] include Aws::Structure end |