Method: Aws::AppMesh::Types::ResourceMetadata#resource_owner

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

#resource_ownerString

The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it’s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see [Working with shared meshes].

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

Returns:

  • (String)


3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
# File 'lib/aws-sdk-appmesh/types.rb', line 3891

class ResourceMetadata < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :mesh_owner,
  :resource_owner,
  :uid,
  :version)
  SENSITIVE = []
  include Aws::Structure
end