Class: Aws::Batch::Types::DescribeComputeEnvironmentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environmentsArray<Types::ComputeEnvironmentDetail>

The list of compute environments.



2545
2546
2547
2548
2549
2550
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2545

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

#next_tokenString

The nextToken value to include in a future DescribeComputeEnvironments request. When the results of a DescribeComputeEnvironments request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


2545
2546
2547
2548
2549
2550
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2545

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