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.
4168 4169 4170 4171 4172 4173 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4168 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.
4168 4169 4170 4171 4172 4173 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4168 class ListConfiguredAudienceModelsResponse < Struct.new( :next_token, :configured_audience_models) SENSITIVE = [] include Aws::Structure end |