Class: Aws::Types::MediaLiveConnectorPipeline

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)


625
626
627
# File 'sig/types.rbs', line 625

def created_timestamp
  @created_timestamp
end

#media_pipeline_arn ⇒ ::String

Returns the value of attribute media_pipeline_arn.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def media_pipeline_arn
  @media_pipeline_arn
end

#media_pipeline_id ⇒ ::String

Returns the value of attribute media_pipeline_id.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def media_pipeline_id
  @media_pipeline_id
end

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

Returns the value of attribute sinks.



621
622
623
# File 'sig/types.rbs', line 621

def sinks
  @sinks
end

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

Returns the value of attribute sources.



620
621
622
# File 'sig/types.rbs', line 620

def sources
  @sources
end

#status ⇒ "Initializing", ...

Returns the value of attribute status.

Returns:

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


624
625
626
# File 'sig/types.rbs', line 624

def status
  @status
end

#updated_timestamp ⇒ ::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


626
627
628
# File 'sig/types.rbs', line 626

def updated_timestamp
  @updated_timestamp
end