Class: Aws::AppMesh::Types::VirtualGatewayData

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

Overview

An object that represents a virtual gateway 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 gateway resides in.

Returns:

  • (String)


5070
5071
5072
5073
5074
5075
5076
5077
5078
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5070

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

#metadataTypes::ResourceMetadata

An object that represents metadata for a resource.



5070
5071
5072
5073
5074
5075
5076
5077
5078
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5070

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

#specTypes::VirtualGatewaySpec

The specifications of the virtual gateway.



5070
5071
5072
5073
5074
5075
5076
5077
5078
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5070

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

#statusTypes::VirtualGatewayStatus

The current status of the virtual gateway.



5070
5071
5072
5073
5074
5075
5076
5077
5078
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5070

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

#virtual_gateway_nameString

The name of the virtual gateway.

Returns:

  • (String)


5070
5071
5072
5073
5074
5075
5076
5077
5078
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5070

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