Class: Aws::ChimeSDKMediaPipelines::Types::DeleteMediaInsightsPipelineConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmediapipelines/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The unique identifier of the resource to be deleted. Valid values include the name and ARN of the media insights pipeline configuration.

Returns:

  • (String)


1183
1184
1185
1186
1187
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1183

class DeleteMediaInsightsPipelineConfigurationRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end