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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/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

Instance Attribute Details

#api_idString

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

Returns:

  • (String)


182
183
184
185
186
187
188
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 182

class ApiStage < Struct.new(
  :api_id,
  :stage,
  :throttle)
  SENSITIVE = []
  include Aws::Structure
end

#stageString

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

Returns:

  • (String)


182
183
184
185
186
187
188
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 182

class ApiStage < Struct.new(
  :api_id,
  :stage,
  :throttle)
  SENSITIVE = []
  include Aws::Structure
end

#throttleHash<String,Types::ThrottleSettings>

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

Returns:



182
183
184
185
186
187
188
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 182

class ApiStage < Struct.new(
  :api_id,
  :stage,
  :throttle)
  SENSITIVE = []
  include Aws::Structure
end