Class: Aws::Batch::Types::DescribeServiceEnvironmentsResponse

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

#next_tokenString

The nextToken value to include in a future DescribeServiceEnvironments request. When the results of a DescribeServiceEnvironments 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)


3182
3183
3184
3185
3186
3187
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3182

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

#service_environmentsArray<Types::ServiceEnvironmentDetail>

The list of service environments that match the request.



3182
3183
3184
3185
3186
3187
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3182

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