class Aws::GlobalAccelerator::Types::UpdateCustomRoutingAcceleratorRequest

@note When making an API call, you may pass UpdateCustomRoutingAcceleratorRequest

data as a hash:

    {
      accelerator_arn: "GenericString", # required
      name: "GenericString",
      ip_address_type: "IPV4", # accepts IPV4
      enabled: false,
    }

@!attribute [rw] accelerator_arn

The Amazon Resource Name (ARN) of the accelerator to update.
@return [String]

@!attribute [rw] name

The name of the accelerator. The name can have a maximum of 32
characters, must contain only alphanumeric characters or hyphens
(-), and must not begin or end with a hyphen.
@return [String]

@!attribute [rw] ip_address_type

The value for the address type must be IPv4.
@return [String]

@!attribute [rw] enabled

Indicates whether an accelerator is enabled. The value is true or
false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If
set to false, the accelerator can be deleted.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/UpdateCustomRoutingAcceleratorRequest AWS API Documentation

Constants

SENSITIVE