You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppMesh::Types::VirtualGatewayData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayData
- Defined in:
- (unknown)
Overview
An object that represents a virtual gateway returned by a describe operation.
Returned by:
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.
#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.