Class: Aws::Proton::Types::ListEnvironmentsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentsArray<Types::EnvironmentSummary>

An array of environment detail data summaries.

Returns:



3766
3767
3768
3769
3770
3771
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3766

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

#next_tokenString

A token that indicates the location of the next environment in the array of environments, after the current requested list of environments.

Returns:

  • (String)


3766
3767
3768
3769
3770
3771
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3766

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