Method: Aws::AppMesh::Types::UpdateVirtualRouterInput#client_token
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#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.
4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4790 class UpdateVirtualRouterInput < Struct.new( :client_token, :mesh_name, :mesh_owner, :spec, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |