Class: Aws::CleanRooms::Types::ListConfiguredAudienceModelAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListConfiguredAudienceModelAssociationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_audience_model_association_summaries ⇒ Array<Types::ConfiguredAudienceModelAssociationSummary>
Summaries of the configured audience model associations that you requested.
-
#next_token ⇒ String
The token value provided to access the next page of results.
Instance Attribute Details
#configured_audience_model_association_summaries ⇒ Array<Types::ConfiguredAudienceModelAssociationSummary>
Summaries of the configured audience model associations that you requested.
4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4931 class ListConfiguredAudienceModelAssociationsOutput < Struct.new( :configured_audience_model_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value provided to access the next page of results.
4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4931 class ListConfiguredAudienceModelAssociationsOutput < Struct.new( :configured_audience_model_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |