Class: Aws::ChimeSDKMediaPipelines::Types::DeleteMediaInsightsPipelineConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::DeleteMediaInsightsPipelineConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the resource to be deleted.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the resource to be deleted. Valid values include the name and ARN of the media insights pipeline configuration.
1213 1214 1215 1216 1217 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1213 class DeleteMediaInsightsPipelineConfigurationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |