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

Class: Aws::GlobalAccelerator::Types::UpdateAcceleratorRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_arnString

The Amazon Resource Name (ARN) of the accelerator to update.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the accelerator to update.

#enabledBoolean

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.

Returns:

  • (Boolean)

    Indicates whether an accelerator is enabled.

#ip_address_typeString

The value for the address type must be IPv4.

Possible values:

  • IPV4

Returns:

  • (String)

    The value for the address type must be IPv4.

#nameString

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.

Returns:

  • (String)

    The name of the accelerator.