Class: Aws::APIGateway::Types::Deployments

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

Overview

Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Deployment>

The current page of elements from this collection.

Returns:



1653
1654
1655
1656
1657
1658
# File 'lib/aws-sdk-apigateway/types.rb', line 1653

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

#positionString

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
# File 'lib/aws-sdk-apigateway/types.rb', line 1653

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