Class: Aws::Evs::Types::ListEnvironmentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_summariesArray<Types::EnvironmentSummary>

A list of environments with summarized environment details.

Returns:



1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1185

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

#next_tokenString

A unique pagination token for next page results. Make the call again using this token to retrieve the next page.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1185

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