Class: Aws::AppMesh::Types::RouteData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::RouteData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a route returned by a describe operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mesh_name ⇒ String
The name of the service mesh that the route resides in.
-
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the route.
-
#route_name ⇒ String
The name of the route.
-
#spec ⇒ Types::RouteSpec
The specifications of the route.
-
#status ⇒ Types::RouteStatus
The status of the route.
-
#virtual_router_name ⇒ String
The virtual router that the route is associated with.
Instance Attribute Details
#mesh_name ⇒ String
The name of the service mesh that the route resides in.
3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3931 class RouteData < Struct.new( :mesh_name, :metadata, :route_name, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the route.
3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3931 class RouteData < Struct.new( :mesh_name, :metadata, :route_name, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#route_name ⇒ String
The name of the route.
3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3931 class RouteData < Struct.new( :mesh_name, :metadata, :route_name, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ Types::RouteSpec
The specifications of the route.
3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3931 class RouteData < Struct.new( :mesh_name, :metadata, :route_name, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::RouteStatus
The status of the route.
3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3931 class RouteData < Struct.new( :mesh_name, :metadata, :route_name, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#virtual_router_name ⇒ String
The virtual router that the route is associated with.
3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3931 class RouteData < Struct.new( :mesh_name, :metadata, :route_name, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |