Class: Aws::APIGateway::Types::RestApis

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs.

<div class=“seeAlso” markdown=“1”>

Create an API][1

</div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-create-api.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::RestApi>

The current page of elements from this collection.

Returns:



6527
6528
6529
6530
6531
6532
# File 'lib/aws-sdk-apigateway/types.rb', line 6527

class RestApis < Struct.new(
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

Returns:

  • (String)


6527
6528
6529
6530
6531
6532
# File 'lib/aws-sdk-apigateway/types.rb', line 6527

class RestApis < Struct.new(
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end