Method: Aws::AppMesh::Types::CreateVirtualGatewayInput#mesh_owner

Defined in:
lib/aws-sdk-appmesh/types.rb

#mesh_ownerString

The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see [Working with shared meshes].

[1]: docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html

Returns:

  • (String)


509
510
511
512
513
514
515
516
517
518
# File 'lib/aws-sdk-appmesh/types.rb', line 509

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