Class: Aws::AppMesh::Types::UpdateMeshInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::UpdateMeshInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#mesh_name ⇒ String
The name of the service mesh to update.
-
#spec ⇒ Types::MeshSpec
The service mesh specification to apply.
Instance Attribute Details
#client_token ⇒ String
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.
4534 4535 4536 4537 4538 4539 4540 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4534 class UpdateMeshInput < Struct.new( :client_token, :mesh_name, :spec) SENSITIVE = [] include Aws::Structure end |
#mesh_name ⇒ String
The name of the service mesh to update.
4534 4535 4536 4537 4538 4539 4540 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4534 class UpdateMeshInput < Struct.new( :client_token, :mesh_name, :spec) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ Types::MeshSpec
The service mesh specification to apply.
4534 4535 4536 4537 4538 4539 4540 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4534 class UpdateMeshInput < Struct.new( :client_token, :mesh_name, :spec) SENSITIVE = [] include Aws::Structure end |