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