Class: Aws::Types::MediaInsightsPipelineElementStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status ⇒ "NotStarted", ...

Returns the value of attribute status.

Returns:

  • ("NotStarted", "NotSupported", "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused")


615
616
617
# File 'sig/types.rbs', line 615

def status
  @status
end

#type ⇒ "AmazonTranscribeCallAnalyticsProcessor", ...

Returns the value of attribute type.

Returns:

  • ("AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink", "VoiceEnhancementSink")


614
615
616
# File 'sig/types.rbs', line 614

def type
  @type
end