Class: Aws::CleanRoomsML::Types::ListConfiguredAudienceModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListConfiguredAudienceModelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_audience_models ⇒ Array<Types::ConfiguredAudienceModelSummary>
The configured audience models.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#configured_audience_models ⇒ Array<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_token ⇒ String
The token value used to access the next page of results.
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 |