Class: Aws::CleanRooms::Types::ListCollaborationConfiguredAudienceModelAssociationsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifierString

A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.

Returns:

  • (String)


3375
3376
3377
3378
3379
3380
3381
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3375

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

#max_resultsInteger

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

Returns:

  • (Integer)


3375
3376
3377
3378
3379
3380
3381
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3375

class ListCollaborationConfiguredAudienceModelAssociationsInput < Struct.new(
  :collaboration_identifier,
  :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)


3375
3376
3377
3378
3379
3380
3381
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3375

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