Module: Aws::MediaLive::Client::_StartChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartChannelResponse]
- 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
1034 |
# File 'sig/client.rbs', line 1034
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
#arn ⇒ ::String
1016 |
# File 'sig/client.rbs', line 1016
def arn: () -> ::String
|
#cdi_input_specification ⇒ Types::CdiInputSpecification
1017 |
# File 'sig/client.rbs', line 1017
def cdi_input_specification: () -> Types::CdiInputSpecification
|
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
1018 |
# File 'sig/client.rbs', line 1018
def channel_class: () -> ("STANDARD" | "SINGLE_PIPELINE")
|
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
1035 |
# File 'sig/client.rbs', line 1035
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
#channel_security_groups ⇒ ::Array[::String]
1037 |
# File 'sig/client.rbs', line 1037
def channel_security_groups: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::OutputDestination]
1019 |
# File 'sig/client.rbs', line 1019
def destinations: () -> ::Array[Types::OutputDestination]
|
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
1020 |
# File 'sig/client.rbs', line 1020
def egress_endpoints: () -> ::Array[Types::ChannelEgressEndpoint]
|
#encoder_settings ⇒ Types::EncoderSettings
1021 |
# File 'sig/client.rbs', line 1021
def encoder_settings: () -> Types::EncoderSettings
|
#id ⇒ ::String
1022 |
# File 'sig/client.rbs', line 1022
def id: () -> ::String
|
#inference_settings ⇒ Types::DescribeInferenceSettings
1038 |
# File 'sig/client.rbs', line 1038
def inference_settings: () -> Types::DescribeInferenceSettings
|
#input_attachments ⇒ ::Array[Types::InputAttachment]
1023 |
# File 'sig/client.rbs', line 1023
def input_attachments: () -> ::Array[Types::InputAttachment]
|
#input_specification ⇒ Types::InputSpecification
1024 |
# File 'sig/client.rbs', line 1024
def input_specification: () -> Types::InputSpecification
|
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
1036 |
# File 'sig/client.rbs', line 1036
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
#log_level ⇒ "ERROR", ...
1025 |
# File 'sig/client.rbs', line 1025
def log_level: () -> ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
#maintenance ⇒ Types::MaintenanceStatus
1026 |
# File 'sig/client.rbs', line 1026
def maintenance: () -> Types::MaintenanceStatus
|
#name ⇒ ::String
1027 |
# File 'sig/client.rbs', line 1027
def name: () -> ::String
|
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
1028 |
# File 'sig/client.rbs', line 1028
def pipeline_details: () -> ::Array[Types::PipelineDetail]
|
#pipelines_running_count ⇒ ::Integer
1029 |
# File 'sig/client.rbs', line 1029
def pipelines_running_count: () -> ::Integer
|
#role_arn ⇒ ::String
1030 |
# File 'sig/client.rbs', line 1030
def role_arn: () -> ::String
|
#state ⇒ "CREATING", ...
1031 |
# File 'sig/client.rbs', line 1031
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1032 |
# File 'sig/client.rbs', line 1032
def tags: () -> ::Hash[::String, ::String]
|
#vpc ⇒ Types::VpcOutputSettingsDescription
1033 |
# File 'sig/client.rbs', line 1033
def vpc: () -> Types::VpcOutputSettingsDescription
|