Class: Aws::Finspace::Types::ListEnvironmentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


4053
4054
4055
4056
4057
4058
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4053

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

#next_tokenString

A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the nextTokennextToken value from the response object of the previous page call.

Returns:

  • (String)


4053
4054
4055
4056
4057
4058
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4053

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