Class: Aws::Cloud9::Types::ListEnvironmentsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idsArray<String>

The list of environment identifiers.

Returns:

  • (Array<String>)


607
608
609
610
611
612
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 607

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

#next_tokenString

If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

Returns:

  • (String)


607
608
609
610
611
612
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 607

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