Class: Aws::AppMesh::Types::GatewayRouteData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::GatewayRouteData
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a gateway route returned by a describe operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_route_name ⇒ String
The name of the gateway route.
-
#mesh_name ⇒ String
The name of the service mesh that the resource resides in.
-
#metadata ⇒ Types::ResourceMetadata
An object that represents metadata for a resource.
-
#spec ⇒ Types::GatewayRouteSpec
The specifications of the gateway route.
-
#status ⇒ Types::GatewayRouteStatus
The status of the gateway route.
-
#virtual_gateway_name ⇒ String
The virtual gateway that the gateway route is associated with.
Instance Attribute Details
#gateway_route_name ⇒ String
The name of the gateway route.
1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1545 class GatewayRouteData < Struct.new( :gateway_route_name, :mesh_name, :metadata, :spec, :status, :virtual_gateway_name) SENSITIVE = [] include Aws::Structure end |
#mesh_name ⇒ String
The name of the service mesh that the resource resides in.
1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1545 class GatewayRouteData < Struct.new( :gateway_route_name, :mesh_name, :metadata, :spec, :status, :virtual_gateway_name) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::ResourceMetadata
An object that represents metadata for a resource.
1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1545 class GatewayRouteData < Struct.new( :gateway_route_name, :mesh_name, :metadata, :spec, :status, :virtual_gateway_name) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ Types::GatewayRouteSpec
The specifications of the gateway route.
1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1545 class GatewayRouteData < Struct.new( :gateway_route_name, :mesh_name, :metadata, :spec, :status, :virtual_gateway_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::GatewayRouteStatus
The status of the gateway route.
1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1545 class GatewayRouteData < Struct.new( :gateway_route_name, :mesh_name, :metadata, :spec, :status, :virtual_gateway_name) SENSITIVE = [] include Aws::Structure end |
#virtual_gateway_name ⇒ String
The virtual gateway that the gateway route is associated with.
1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1545 class GatewayRouteData < Struct.new( :gateway_route_name, :mesh_name, :metadata, :spec, :status, :virtual_gateway_name) SENSITIVE = [] include Aws::Structure end |