Class: Aws::AppMesh::Types::VirtualServiceData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

An object that represents a virtual service returned by a describe operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_nameString

The name of the service mesh that the virtual service resides in.

Returns:

  • (String)


6189
6190
6191
6192
6193
6194
6195
6196
6197
# File 'lib/aws-sdk-appmesh/types.rb', line 6189

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::ResourceMetadata

An object that represents metadata for a resource.



6189
6190
6191
6192
6193
6194
6195
6196
6197
# File 'lib/aws-sdk-appmesh/types.rb', line 6189

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  SENSITIVE = []
  include Aws::Structure
end

#specTypes::VirtualServiceSpec

The specifications of the virtual service.



6189
6190
6191
6192
6193
6194
6195
6196
6197
# File 'lib/aws-sdk-appmesh/types.rb', line 6189

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::VirtualServiceStatus

The current status of the virtual service.



6189
6190
6191
6192
6193
6194
6195
6196
6197
# File 'lib/aws-sdk-appmesh/types.rb', line 6189

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_service_nameString

The name of the virtual service.

Returns:

  • (String)


6189
6190
6191
6192
6193
6194
6195
6196
6197
# File 'lib/aws-sdk-appmesh/types.rb', line 6189

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  SENSITIVE = []
  include Aws::Structure
end