Method: Aws::AppMesh::Types::UpdateVirtualRouterInput#mesh_owner
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#mesh_owner ⇒ String
The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it’s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see [Working with shared meshes].
[1]: docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
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 |