Class: Aws::ChimeSDKMediaPipelines::Types::ListMediaInsightsPipelineConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::ListMediaInsightsPipelineConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#media_insights_pipeline_configurations ⇒ Array<Types::MediaInsightsPipelineConfigurationSummary>
The requested list of media insights pipeline configurations.
-
#next_token ⇒ String
The token used to return the next page of results.
Instance Attribute Details
#media_insights_pipeline_configurations ⇒ Array<Types::MediaInsightsPipelineConfigurationSummary>
The requested list of media insights pipeline configurations.
1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1895 class ListMediaInsightsPipelineConfigurationsResponse < Struct.new( :media_insights_pipeline_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to return the next page of results.
1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1895 class ListMediaInsightsPipelineConfigurationsResponse < Struct.new( :media_insights_pipeline_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |