class Aws::AppMesh::Types::UpdateMeshInput

<zonbook />

<xhtml />

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

data as a hash:

    {
      client_token: "String",
      mesh_name: "ResourceName", # required
      spec: {
        egress_filter: {
          type: "ALLOW_ALL", # required, accepts ALLOW_ALL, DROP_ALL
        },
      },
    }

@!attribute [rw] client_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request. Up to 36 letters, numbers, hyphens, and
underscores are allowed.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] mesh_name

The name of the service mesh to update.
@return [String]

@!attribute [rw] spec

The service mesh specification to apply.
@return [Types::MeshSpec]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/UpdateMeshInput AWS API Documentation

Constants

SENSITIVE