Class: Aws::CleanRoomsML::Types::ListConfiguredAudienceModelsResponse

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

#configured_audience_modelsArray<Types::ConfiguredAudienceModelSummary>

The configured audience models.



3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3822

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

#next_tokenString

The token value used to access the next page of results.

Returns:

  • (String)


3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3822

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