Class: Aws::APIGateway::Types::Resources

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

Overview

Represents a collection of Resource resources.

<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::Resource>

The current page of elements from this collection.

Returns:



6338
6339
6340
6341
6342
6343
# File 'lib/aws-sdk-apigateway/types.rb', line 6338

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

#positionString

Returns:

  • (String)


6338
6339
6340
6341
6342
6343
# File 'lib/aws-sdk-apigateway/types.rb', line 6338

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