Class: Aws::APIGateway::Types::Stages
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Stages
- Defined in:
- gems/aws-sdk-apigateway/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.
4850 4851 4852 4853 4854 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4850 class Stages < Struct.new( :item) SENSITIVE = [] include Aws::Structure end |