Class: Aws::AppMesh::Types::GatewayRouteData

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 describe operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_route_nameString

The name of the gateway route.

Returns:

  • (String)


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_nameString

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

Returns:

  • (String)


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

#metadataTypes::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

#specTypes::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

#statusTypes::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_nameString

The virtual gateway that the gateway route is associated with.

Returns:

  • (String)


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