You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::StopChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

Returns:

  • (String)

#cdi_input_specification ⇒ Types::CdiInputSpecification

#channel_class ⇒ String

A standard channel has two encoding pipelines and a single pipeline channel only has one.

Possible values:

  • STANDARD
  • SINGLE_PIPELINE

Returns:

  • (String) —

    A standard channel has two encoding pipelines and a single pipeline channel only has one.

#destinations ⇒ Array<Types::OutputDestination>

Returns:

#egress_endpoints ⇒ Array<Types::ChannelEgressEndpoint>

Returns:

#encoder_settings ⇒ Types::EncoderSettings

Encoder Settings

Returns:

#id ⇒ String

Returns:

  • (String)

#input_attachments ⇒ Array<Types::InputAttachment>

Returns:

#input_specification ⇒ Types::InputSpecification

#log_level ⇒ String

The log level the user wants for their channel.

Possible values:

  • ERROR
  • WARNING
  • INFO
  • DEBUG
  • DISABLED

Returns:

  • (String) —

    The log level the user wants for their channel.

#name ⇒ String

Returns:

  • (String)

#pipeline_details ⇒ Array<Types::PipelineDetail>

Returns:

#pipelines_running_count ⇒ Integer

Returns:

  • (Integer)

#role_arn ⇒ String

Returns:

  • (String)

#state ⇒ String

Possible values:

  • CREATING
  • CREATE_FAILED
  • IDLE
  • STARTING
  • RUNNING
  • RECOVERING
  • STOPPING
  • DELETING
  • DELETED
  • UPDATING
  • UPDATE_FAILED

Returns:

  • (String)

#tags ⇒ Hash<String,String>

Returns:

  • (Hash<String,String>)