Class: Aws::Types::UpdateDirectConnectGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDirectConnectGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#new_direct_connect_gateway_name ⇒ ::String
Returns the value of attribute new_direct_connect_gateway_name.
Instance Attribute Details
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def direct_connect_gateway_id @direct_connect_gateway_id end |
#new_direct_connect_gateway_name ⇒ ::String
Returns the value of attribute new_direct_connect_gateway_name.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def new_direct_connect_gateway_name @new_direct_connect_gateway_name end |