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)


1343
1344
1345
1346
1347
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1343

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