You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::VirtualRouterRef

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object that represents a virtual router returned by a list operation.

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The full Amazon Resource Name (ARN) for the virtual router.

Returns:

  • (String) —

    The full Amazon Resource Name (ARN) for the virtual router.

#created_at ⇒ Time

The Unix epoch timestamp in seconds for when the resource was created.

Returns:

  • (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.

Returns:

  • (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 virtual router resides in.

Returns:

  • (String) —

    The name of the service mesh that the virtual router resides in.

#mesh_owner ⇒ String

The AWS 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.

Returns:

  • (String) —

    The AWS IAM account ID of the service mesh owner.

#resource_owner ⇒ String

The AWS 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.

Returns:

  • (String) —

    The AWS IAM account ID of the resource owner.

#version ⇒ Integer

The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.

Returns:

  • (Integer) —

    The version of the resource.

#virtual_router_name ⇒ String

The name of the virtual router.

Returns:

  • (String) —

    The name of the virtual router.