Module: Aws::MediaLive::Client::_DescribeInputResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInputResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #attached_channels ⇒ ::Array[::String]
- #destinations ⇒ ::Array[Types::InputDestination]
- #id ⇒ ::String
- #input_class ⇒ "STANDARD", "SINGLE_PIPELINE"
- #input_devices ⇒ ::Array[Types::InputDeviceSettings]
- #input_network_location ⇒ "AWS", "ON_PREMISES"
- #input_partner_ids ⇒ ::Array[::String]
- #input_source_type ⇒ "STATIC", "DYNAMIC"
- #media_connect_flows ⇒ ::Array[Types::MediaConnectFlow]
- #multicast_settings ⇒ Types::MulticastSettings
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #router_settings ⇒ Types::RouterInputSettings
- #sdi_sources ⇒ ::Array[::String]
- #security_groups ⇒ ::Array[::String]
- #smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
- #sources ⇒ ::Array[Types::InputSource]
- #srt_settings ⇒ Types::SrtSettings
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "UDP_PUSH", ...
Instance Method Details
#arn ⇒ ::String
646 |
# File 'sig/client.rbs', line 646
def arn: () -> ::String
|
#attached_channels ⇒ ::Array[::String]
647 |
# File 'sig/client.rbs', line 647
def attached_channels: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::InputDestination]
648 |
# File 'sig/client.rbs', line 648
def destinations: () -> ::Array[Types::InputDestination]
|
#id ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def id: () -> ::String
|
#input_class ⇒ "STANDARD", "SINGLE_PIPELINE"
650 |
# File 'sig/client.rbs', line 650
def input_class: () -> ("STANDARD" | "SINGLE_PIPELINE")
|
#input_devices ⇒ ::Array[Types::InputDeviceSettings]
651 |
# File 'sig/client.rbs', line 651
def input_devices: () -> ::Array[Types::InputDeviceSettings]
|
#input_network_location ⇒ "AWS", "ON_PREMISES"
663 |
# File 'sig/client.rbs', line 663
def input_network_location: () -> ("AWS" | "ON_PREMISES")
|
#input_partner_ids ⇒ ::Array[::String]
652 |
# File 'sig/client.rbs', line 652
def input_partner_ids: () -> ::Array[::String]
|
#input_source_type ⇒ "STATIC", "DYNAMIC"
653 |
# File 'sig/client.rbs', line 653
def input_source_type: () -> ("STATIC" | "DYNAMIC")
|
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlow]
654 |
# File 'sig/client.rbs', line 654
def media_connect_flows: () -> ::Array[Types::MediaConnectFlow]
|
#multicast_settings ⇒ Types::MulticastSettings
664 |
# File 'sig/client.rbs', line 664
def multicast_settings: () -> Types::MulticastSettings
|
#name ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def name: () -> ::String
|
#role_arn ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def role_arn: () -> ::String
|
#router_settings ⇒ Types::RouterInputSettings
667 |
# File 'sig/client.rbs', line 667
def router_settings: () -> Types::RouterInputSettings
|
#sdi_sources ⇒ ::Array[::String]
666 |
# File 'sig/client.rbs', line 666
def sdi_sources: () -> ::Array[::String]
|
#security_groups ⇒ ::Array[::String]
657 |
# File 'sig/client.rbs', line 657
def security_groups: () -> ::Array[::String]
|
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
665 |
# File 'sig/client.rbs', line 665
def smpte_2110_receiver_group_settings: () -> Types::Smpte2110ReceiverGroupSettings
|
#sources ⇒ ::Array[Types::InputSource]
658 |
# File 'sig/client.rbs', line 658
def sources: () -> ::Array[Types::InputSource]
|
#srt_settings ⇒ Types::SrtSettings
662 |
# File 'sig/client.rbs', line 662
def srt_settings: () -> Types::SrtSettings
|
#state ⇒ "CREATING", ...
659 |
# File 'sig/client.rbs', line 659
def state: () -> ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
660 |
# File 'sig/client.rbs', line 660
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "UDP_PUSH", ...
661 |
# File 'sig/client.rbs', line 661
def type: () -> ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST" | "SMPTE_2110_RECEIVER_GROUP" | "SDI" | "MEDIACONNECT_ROUTER" | "SRT_LISTENER")
|