Class: Aws::Types::ListMediaInsightsPipelineConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMediaInsightsPipelineConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_insights_pipeline_configurations ⇒ ::Array[Types::MediaInsightsPipelineConfigurationSummary]
Returns the value of attribute media_insights_pipeline_configurations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#media_insights_pipeline_configurations ⇒ ::Array[Types::MediaInsightsPipelineConfigurationSummary]
Returns the value of attribute media_insights_pipeline_configurations.
469 470 471 |
# File 'sig/types.rbs', line 469 def media_insights_pipeline_configurations @media_insights_pipeline_configurations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
470 471 472 |
# File 'sig/types.rbs', line 470 def next_token @next_token end |