Class: Aws::APIGateway::Types::Stages

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#itemArray<Types::Stage>

The current page of elements from this collection.

Returns:



4856
4857
4858
4859
4860
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4856

class Stages < Struct.new(
  :item)
  SENSITIVE = []
  include Aws::Structure
end