Class: Aws::Types::MediaConcatenationPipeline

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


561
562
563
# File 'sig/types.rbs', line 561

def created_timestamp
  @created_timestamp
end

#media_pipeline_arn ⇒ ::String

Returns the value of attribute media_pipeline_arn.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def media_pipeline_arn
  @media_pipeline_arn
end

#media_pipeline_id ⇒ ::String

Returns the value of attribute media_pipeline_id.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def media_pipeline_id
  @media_pipeline_id
end

#sinks ⇒ ::Array[Types::ConcatenationSink]

Returns the value of attribute sinks.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def sinks
  @sinks
end

#sources ⇒ ::Array[Types::ConcatenationSource]

Returns the value of attribute sources.

Returns:



558
559
560
# File 'sig/types.rbs', line 558

def sources
  @sources
end

#status ⇒ "Initializing", ...

Returns the value of attribute status.

Returns:

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


560
561
562
# File 'sig/types.rbs', line 560

def status
  @status
end

#updated_timestamp ⇒ ::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


562
563
564
# File 'sig/types.rbs', line 562

def updated_timestamp
  @updated_timestamp
end