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