class Aws::AppMesh::Types::DescribeGatewayRouteInput

@note When making an API call, you may pass DescribeGatewayRouteInput

data as a hash:

    {
      gateway_route_name: "ResourceName", # required
      mesh_name: "ResourceName", # required
      mesh_owner: "AccountId",
      virtual_gateway_name: "ResourceName", # required
    }

@!attribute [rw] gateway_route_name

The name of the gateway route to describe.
@return [String]

@!attribute [rw] mesh_name

The name of the service mesh that the gateway route resides in.
@return [String]

@!attribute [rw] mesh_owner

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][1].

[1]: https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
@return [String]

@!attribute [rw] virtual_gateway_name

The name of the virtual gateway that the gateway route is associated
with.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/DescribeGatewayRouteInput AWS API Documentation

Constants

SENSITIVE