Module: Aws::MediaLive::Client::_StopChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopChannelResponse]
- 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
1111 |
# File 'sig/client.rbs', line 1111
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
#arn ⇒ ::String
1093 |
# File 'sig/client.rbs', line 1093
def arn: () -> ::String
|
#cdi_input_specification ⇒ Types::CdiInputSpecification
1094 |
# File 'sig/client.rbs', line 1094
def cdi_input_specification: () -> Types::CdiInputSpecification
|
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
1095 |
# File 'sig/client.rbs', line 1095
def channel_class: () -> ("STANDARD" | "SINGLE_PIPELINE")
|
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
1112 |
# File 'sig/client.rbs', line 1112
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
#channel_security_groups ⇒ ::Array[::String]
1114 |
# File 'sig/client.rbs', line 1114
def channel_security_groups: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::OutputDestination]
1096 |
# File 'sig/client.rbs', line 1096
def destinations: () -> ::Array[Types::OutputDestination]
|
#egress_endpoints ⇒ ::Array[Types::ChannelEgressEndpoint]
1097 |
# File 'sig/client.rbs', line 1097
def egress_endpoints: () -> ::Array[Types::ChannelEgressEndpoint]
|
#encoder_settings ⇒ Types::EncoderSettings
1098 |
# File 'sig/client.rbs', line 1098
def encoder_settings: () -> Types::EncoderSettings
|
#id ⇒ ::String
1099 |
# File 'sig/client.rbs', line 1099
def id: () -> ::String
|
#inference_settings ⇒ Types::DescribeInferenceSettings
1115 |
# File 'sig/client.rbs', line 1115
def inference_settings: () -> Types::DescribeInferenceSettings
|
#input_attachments ⇒ ::Array[Types::InputAttachment]
1100 |
# File 'sig/client.rbs', line 1100
def input_attachments: () -> ::Array[Types::InputAttachment]
|
#input_specification ⇒ Types::InputSpecification
1101 |
# File 'sig/client.rbs', line 1101
def input_specification: () -> Types::InputSpecification
|
#linked_channel_settings ⇒ Types::DescribeLinkedChannelSettings
1113 |
# File 'sig/client.rbs', line 1113
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
#log_level ⇒ "ERROR", ...
1102 |
# File 'sig/client.rbs', line 1102
def log_level: () -> ("ERROR" | "WARNING" | "INFO" | "DEBUG" | "DISABLED")
|
#maintenance ⇒ Types::MaintenanceStatus
1103 |
# File 'sig/client.rbs', line 1103
def maintenance: () -> Types::MaintenanceStatus
|
#name ⇒ ::String
1104 |
# File 'sig/client.rbs', line 1104
def name: () -> ::String
|
#pipeline_details ⇒ ::Array[Types::PipelineDetail]
1105 |
# File 'sig/client.rbs', line 1105
def pipeline_details: () -> ::Array[Types::PipelineDetail]
|
#pipelines_running_count ⇒ ::Integer
1106 |
# File 'sig/client.rbs', line 1106
def pipelines_running_count: () -> ::Integer
|
#role_arn ⇒ ::String
1107 |
# File 'sig/client.rbs', line 1107
def role_arn: () -> ::String
|
#state ⇒ "CREATING", ...
1108 |
# File 'sig/client.rbs', line 1108
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED" | "UPDATING" | "UPDATE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1109 |
# File 'sig/client.rbs', line 1109
def tags: () -> ::Hash[::String, ::String]
|
#vpc ⇒ Types::VpcOutputSettingsDescription
1110 |
# File 'sig/client.rbs', line 1110
def vpc: () -> Types::VpcOutputSettingsDescription
|