Class: Aws::CleanRooms::Types::ListCollaborationConfiguredAudienceModelAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationConfiguredAudienceModelAssociationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_configured_audience_model_association_summaries ⇒ Array<Types::CollaborationConfiguredAudienceModelAssociationSummary>
The metadata of the configured audience model association within a collaboration.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#collaboration_configured_audience_model_association_summaries ⇒ Array<Types::CollaborationConfiguredAudienceModelAssociationSummary>
The metadata of the configured audience model association within a collaboration.
4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4640 class ListCollaborationConfiguredAudienceModelAssociationsOutput < Struct.new( :collaboration_configured_audience_model_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4640 class ListCollaborationConfiguredAudienceModelAssociationsOutput < Struct.new( :collaboration_configured_audience_model_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |