Class: Aws::APIGateway::Types::Stages
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Stages
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A list of Stage resources that are associated with the ApiKey resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#item ⇒ Array<Types::Stage>
The current page of elements from this collection.
Instance Attribute Details
#item ⇒ Array<Types::Stage>
The current page of elements from this collection.
5056 5057 5058 5059 5060 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5056 class Stages < Struct.new( :item) SENSITIVE = [] include Aws::Structure end |