Class: Aws::AppMesh::Types::GatewayRouteRef

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents a gateway route returned by a list operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The full Amazon Resource Name (ARN) for the gateway route.

Returns:

  • (String)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_route_nameString

The name of the gateway route.

Returns:

  • (String)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

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

Returns:

  • (Time)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end

#mesh_nameString

The name of the service mesh that the resource resides in.

Returns:

  • (String)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end

#mesh_ownerString

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.

Returns:

  • (String)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_ownerString

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.

Returns:

  • (String)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

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

Returns:

  • (Integer)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_gateway_nameString

The virtual gateway that the gateway route is associated with.

Returns:

  • (String)


1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1647

class GatewayRouteRef < Struct.new(
  :arn,
  :created_at,
  :gateway_route_name,
  :last_updated_at,
  :mesh_name,
  :mesh_owner,
  :resource_owner,
  :version,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end