Class: Aws::CleanRoomsML::Types::ListConfiguredAudienceModelsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum size of the results that is returned per call.

Returns:

  • (Integer)


3805
3806
3807
3808
3809
3810
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3805

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3805
3806
3807
3808
3809
3810
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3805

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