Class: Aws::AppMesh::Types::UpdateMeshInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


4534
4535
4536
4537
4538
4539
4540
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4534

class UpdateMeshInput < Struct.new(
  :client_token,
  :mesh_name,
  :spec)
  SENSITIVE = []
  include Aws::Structure
end

#mesh_nameString

The name of the service mesh to update.

Returns:

  • (String)


4534
4535
4536
4537
4538
4539
4540
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4534

class UpdateMeshInput < Struct.new(
  :client_token,
  :mesh_name,
  :spec)
  SENSITIVE = []
  include Aws::Structure
end

#specTypes::MeshSpec

The service mesh specification to apply.

Returns:



4534
4535
4536
4537
4538
4539
4540
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4534

class UpdateMeshInput < Struct.new(
  :client_token,
  :mesh_name,
  :spec)
  SENSITIVE = []
  include Aws::Structure
end