Class: Aws::Types::ListConfiguredAudienceModelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConfiguredAudienceModelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_audience_models ⇒ ::Array[Types::ConfiguredAudienceModelSummary]
Returns the value of attribute configured_audience_models.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configured_audience_models ⇒ ::Array[Types::ConfiguredAudienceModelSummary]
Returns the value of attribute configured_audience_models.
994 995 996 |
# File 'sig/types.rbs', line 994 def configured_audience_models @configured_audience_models end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
993 994 995 |
# File 'sig/types.rbs', line 993 def next_token @next_token end |