You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ModifyTransitGatewayRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyTransitGatewayRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  transit_gateway_id: "TransitGatewayId", # required
  description: "String",
  options: {
    vpn_ecmp_support: "enable", # accepts enable, disable
    dns_support: "enable", # accepts enable, disable
    auto_accept_shared_attachments: "enable", # accepts enable, disable
    default_route_table_association: "enable", # accepts enable, disable
    association_default_route_table_id: "TransitGatewayRouteTableId",
    default_route_table_propagation: "enable", # accepts enable, disable
    propagation_default_route_table_id: "TransitGatewayRouteTableId",
  },
  dry_run: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the transit gateway.

Returns:

  • (String)

    The description for the transit gateway.

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.

#optionsTypes::ModifyTransitGatewayOptions

The options to modify.

Returns:

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)

    The ID of the transit gateway.