Class: Aws::APIGateway::Types::ApiStage
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::ApiStage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
API stage name of the associated API stage in a usage plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
API Id of the associated API stage in a usage plan.
-
#stage ⇒ String
API stage name of the associated API stage in a usage plan.
-
#throttle ⇒ Hash<String,Types::ThrottleSettings>
Map containing method level throttling information for API stage in a usage plan.
Instance Attribute Details
#api_id ⇒ String
API Id of the associated API stage in a usage plan.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-apigateway/types.rb', line 182 class ApiStage < Struct.new( :api_id, :stage, :throttle) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
API stage name of the associated API stage in a usage plan.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-apigateway/types.rb', line 182 class ApiStage < Struct.new( :api_id, :stage, :throttle) SENSITIVE = [] include Aws::Structure end |
#throttle ⇒ Hash<String,Types::ThrottleSettings>
Map containing method level throttling information for API stage in a usage plan.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-apigateway/types.rb', line 182 class ApiStage < Struct.new( :api_id, :stage, :throttle) SENSITIVE = [] include Aws::Structure end |