Class: Aws::AppMesh::Types::VirtualGatewayData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayData
- 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
-
#mesh_name ⇒ String
The name of the service mesh that the virtual gateway resides in.
-
#metadata ⇒ Types::ResourceMetadata
An object that represents metadata for a resource.
-
#spec ⇒ Types::VirtualGatewaySpec
The specifications of the virtual gateway.
-
#status ⇒ Types::VirtualGatewayStatus
The current status of the virtual gateway.
-
#virtual_gateway_name ⇒ String
The name of the virtual gateway.
Instance Attribute Details
#mesh_name ⇒ String
The name of the service mesh that the virtual gateway resides in.
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 |
#metadata ⇒ Types::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 |
#spec ⇒ Types::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 |
#status ⇒ Types::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_name ⇒ String
The name 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 |