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:



4482
4483
4484
4485
4486
4487
# File 'lib/aws-sdk-apigateway/types.rb', line 4482

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

#positionString

Returns:

  • (String)


4482
4483
4484
4485
4486
4487
# File 'lib/aws-sdk-apigateway/types.rb', line 4482

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