Class: Aws::MediaLive::Types::PipelineDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Runtime details of a pipeline when a channel is running.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_input_attachment_nameString

The name of the active input attachment currently being ingested by this pipeline.

Returns:

  • (String)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10103

class PipelineDetail < Struct.new(
  :active_input_attachment_name,
  :active_input_switch_action_name,
  :active_motion_graphics_action_name,
  :active_motion_graphics_uri,
  :pipeline_id)
  SENSITIVE = []
  include Aws::Structure
end

#active_input_switch_action_nameString

The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.

Returns:

  • (String)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10103

class PipelineDetail < Struct.new(
  :active_input_attachment_name,
  :active_input_switch_action_name,
  :active_motion_graphics_action_name,
  :active_motion_graphics_uri,
  :pipeline_id)
  SENSITIVE = []
  include Aws::Structure
end

#active_motion_graphics_action_nameString

The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline.

Returns:

  • (String)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10103

class PipelineDetail < Struct.new(
  :active_input_attachment_name,
  :active_input_switch_action_name,
  :active_motion_graphics_action_name,
  :active_motion_graphics_uri,
  :pipeline_id)
  SENSITIVE = []
  include Aws::Structure
end

#active_motion_graphics_uriString

The current URI being used for HTML5 motion graphics for this pipeline.

Returns:

  • (String)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10103

class PipelineDetail < Struct.new(
  :active_input_attachment_name,
  :active_input_switch_action_name,
  :active_motion_graphics_action_name,
  :active_motion_graphics_uri,
  :pipeline_id)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_idString

Pipeline ID

Returns:

  • (String)


10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10103

class PipelineDetail < Struct.new(
  :active_input_attachment_name,
  :active_input_switch_action_name,
  :active_motion_graphics_action_name,
  :active_motion_graphics_uri,
  :pipeline_id)
  SENSITIVE = []
  include Aws::Structure
end