Class: Aws::Types::MediaStreamPipeline

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)


648
649
650
# File 'sig/types.rbs', line 648

def created_timestamp
  @created_timestamp
end

#media_pipeline_arn ⇒ ::String

Returns the value of attribute media_pipeline_arn.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def media_pipeline_arn
  @media_pipeline_arn
end

#media_pipeline_id ⇒ ::String

Returns the value of attribute media_pipeline_id.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def media_pipeline_id
  @media_pipeline_id
end

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

Returns the value of attribute sinks.

Returns:



652
653
654
# File 'sig/types.rbs', line 652

def sinks
  @sinks
end

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

Returns the value of attribute sources.

Returns:



651
652
653
# File 'sig/types.rbs', line 651

def sources
  @sources
end

#status ⇒ "Initializing", ...

Returns the value of attribute status.

Returns:

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


650
651
652
# File 'sig/types.rbs', line 650

def status
  @status
end

#updated_timestamp ⇒ ::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


649
650
651
# File 'sig/types.rbs', line 649

def updated_timestamp
  @updated_timestamp
end