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

Class: Aws::APIGateway::Types::ApiStage

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

Overview

Note:

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

{
  api_id: "String",
  stage: "String",
  throttle: {
    "String" => {
      burst_limit: 1,
      rate_limit: 1.0,
    },
  },
}

API stage name of the associated API stage in a usage plan.

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

API Id of the associated API stage in a usage plan.

Returns:

  • (String)

    API Id of the associated API stage in a usage plan.

#stageString

API stage name of the associated API stage in a usage plan.

Returns:

  • (String)

    API stage name of the associated API stage in a usage plan.

#throttleHash<String,Types::ThrottleSettings>

Map containing method level throttling information for API stage in a usage plan.

Returns:

  • (Hash<String,Types::ThrottleSettings>)

    Map containing method level throttling information for API stage in a usage plan.