Class: Aws::ChimeSDKMediaPipelines::Types::GetMediaInsightsPipelineConfigurationRequest

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 requested resource. Valid values include the name and ARN of the media insights pipeline configuration.

Returns:

  • (String)


1313
1314
1315
1316
1317
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1313

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