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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Resource>

The current page of elements from this collection.

Returns:



4684
4685
4686
4687
4688
4689
# File 'lib/aws-sdk-apigateway/types.rb', line 4684

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

#positionString

Returns:

  • (String)


4684
4685
4686
4687
4688
4689
# File 'lib/aws-sdk-apigateway/types.rb', line 4684

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