Class: Aws::CodeCatalyst::Types::ListDevEnvironmentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::DevEnvironmentSummary>

Information about the Dev Environments in a project.

Returns:



1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1715

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

#next_tokenString

A token returned from a call to this API to indicate the next batch of results to return, if any.

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1715

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