A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/APIGateway/Types/GetDeploymentRequest.html below:

GetDeploymentRequest — AWS SDK for Ruby V2

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

Class: Aws::APIGateway::Types::GetDeploymentRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing GetDeploymentRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rest_api_id: "String",   deployment_id: "String",   embed: ["String"],
}

Requests API Gateway to get information about a Deployment resource.

Instance Attribute Summary collapse Instance Attribute Details #deployment_id ⇒ String

[Required] The identifier of the Deployment resource to get information about.

#embed ⇒ Array<String>

A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response. In a REST API call, this embed parameter value is a list of comma-separated strings, as in GET /restapis/`{restapi_id}/deployments/{deployment_id}`?embed=var1,var2. The SDK and other platform-dependent libraries might use a different format for the list. Currently, this request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list containing only the "apisummary" string. For example, GET /restapis/`{restapi_id}/deployments/{deployment_id}`?embed=apisummary .

#rest_api_id ⇒ String

[Required] The string identifier of the associated RestApi.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4