Class: Aws::AppMesh::Types::RouteRef
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::RouteRef
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a route returned by a list operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The full Amazon Resource Name (ARN) for the route.
-
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was created.
-
#last_updated_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was last updated.
-
#mesh_name ⇒ String
The name of the service mesh that the route resides in.
-
#mesh_owner ⇒ String
The Amazon Web Services IAM account ID of the service mesh owner.
-
#resource_owner ⇒ String
The Amazon Web Services IAM account ID of the resource owner.
-
#route_name ⇒ String
The name of the route.
-
#version ⇒ Integer
The version of the resource.
-
#virtual_router_name ⇒ String
The virtual router that the route is associated with.
Instance Attribute Details
#arn ⇒ String
The full Amazon Resource Name (ARN) for the route.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was created.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was last updated.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#mesh_name ⇒ String
The name of the service mesh that the route resides in.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#mesh_owner ⇒ String
The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it’s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see [Working with shared meshes].
[1]: docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it’s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see [Working with shared meshes].
[1]: docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#route_name ⇒ String
The name of the route.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the resource. Resources are created at version 1, and this version is incremented each time that they’re updated.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#virtual_router_name ⇒ String
The virtual router that the route is associated with.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3999 class RouteRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :route_name, :version, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |