Module: Aws::MediaLive::Client::_DescribeChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #anywhere_settings ⇒ Types::DescribeAnywhereSettings
- #arn ⇒ ::String
- #cdi_input_specification ⇒ Types::CdiInputSpecification
- #channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
- #channel_engine_version ⇒ Types::ChannelEngineVersionResponse
- #channel_security_groups ⇒ ::Array[::String]
- #destinations ⇒ ::Array[Types::OutputDestination]
- #egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
- #encoder_settings ⇒ Types::EncoderSettings
- #id ⇒ ::String
- #inference_settings ⇒ Types::DescribeInferenceSettings
- #input_attachments ⇒ ::Array[Types::InputAttachment]
- #input_specification ⇒ Types::InputSpecification
- #linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
- #log_level ⇒ "ERROR", ...
- #maintenance ⇒ Types::MaintenanceStatus
- #name ⇒ ::String
- #pipeline_details ⇒ ::Array[Types::PipelineDetail]
- #pipelines_running_count ⇒ ::Integer
- #role_arn ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #vpc ⇒ Types::VpcOutputSettingsDescription
Instance Method Details
#anywhere_settings ⇒ Types::DescribeAnywhereSettings
640 |
# File 'sig/client.rbs', line 640
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
#arn ⇒ ::String
622 |
# File 'sig/client.rbs', line 622
def arn: () -> ::String
|
#cdi_input_specification ⇒ Types::CdiInputSpecification
623 |
# File 'sig/client.rbs', line 623
def cdi_input_specification: () -> Types::CdiInputSpecification
|
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
624 |
# File 'sig/client.rbs', line 624
def channel_class: () -> ("STANDARD" | "SINGLE_PIPELINE")
|
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
641 |
# File 'sig/client.rbs', line 641
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
#channel_security_groups ⇒ ::Array[::String]
643 |
# File 'sig/client.rbs', line 643
def channel_security_groups: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::OutputDestination]
625 |
# File 'sig/client.rbs', line 625
def destinations: () -> ::Array[Types::OutputDestination]
|
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
626 |
# File 'sig/client.rbs', line 626
def egress_endpoints: () -> ::Array[Types::ChannelEgressEndpoint]
|
#encoder_settings ⇒ Types::EncoderSettings
627 |
# File 'sig/client.rbs', line 627
def encoder_settings: () -> Types::EncoderSettings
|
#id ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def id: () -> ::String
|
#inference_settings ⇒ Types::DescribeInferenceSettings
644 |
# File 'sig/client.rbs', line 644
def inference_settings: () -> Types::DescribeInferenceSettings
|
#input_attachments ⇒ ::Array[Types::InputAttachment]
629 |
# File 'sig/client.rbs', line 629
def input_attachments: () -> ::Array[Types::InputAttachment]
|
#input_specification ⇒ Types::InputSpecification
630 |
# File 'sig/client.rbs', line 630
def input_specification: () -> Types::InputSpecification
|
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
642 |
# File 'sig/client.rbs', line 642
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
#log_level ⇒ "ERROR", ...
631 |
# File 'sig/client.rbs', line 631
def log_level: () -> ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
#maintenance ⇒ Types::MaintenanceStatus
632 |
# File 'sig/client.rbs', line 632
def maintenance: () -> Types::MaintenanceStatus
|
#name ⇒ ::String
633 |
# File 'sig/client.rbs', line 633
def name: () -> ::String
|
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
634 |
# File 'sig/client.rbs', line 634
def pipeline_details: () -> ::Array[Types::PipelineDetail]
|
#pipelines_running_count ⇒ ::Integer
635 |
# File 'sig/client.rbs', line 635
def pipelines_running_count: () -> ::Integer
|
#role_arn ⇒ ::String
636 |
# File 'sig/client.rbs', line 636
def role_arn: () -> ::String
|
#state ⇒ "CREATING", ...
637 |
# File 'sig/client.rbs', line 637
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
638 |
# File 'sig/client.rbs', line 638
def tags: () -> ::Hash[::String, ::String]
|
#vpc ⇒ Types::VpcOutputSettingsDescription
639 |
# File 'sig/client.rbs', line 639
def vpc: () -> Types::VpcOutputSettingsDescription
|