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
654 |
# File 'sig/client.rbs', line 654
def arn: () -> ::String
|
#attached_channels ⇒ ::Array[::String]
655 |
# File 'sig/client.rbs', line 655
def attached_channels: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::InputDestination]
656 |
# File 'sig/client.rbs', line 656
def destinations: () -> ::Array[Types::InputDestination]
|
#id ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def id: () -> ::String
|
#input_class ⇒ "STANDARD", "SINGLE_PIPELINE"
658 |
# File 'sig/client.rbs', line 658
def input_class: () -> ("STANDARD" | "SINGLE_PIPELINE")
|
#input_devices ⇒ ::Array[Types::InputDeviceSettings]
659 |
# File 'sig/client.rbs', line 659
def input_devices: () -> ::Array[Types::InputDeviceSettings]
|
#input_network_location ⇒ "AWS", "ON_PREMISES"
671 |
# File 'sig/client.rbs', line 671
def input_network_location: () -> ("AWS" | "ON_PREMISES")
|
#input_partner_ids ⇒ ::Array[::String]
660 |
# File 'sig/client.rbs', line 660
def input_partner_ids: () -> ::Array[::String]
|
#input_source_type ⇒ "STATIC", "DYNAMIC"
661 |
# File 'sig/client.rbs', line 661
def input_source_type: () -> ("STATIC" | "DYNAMIC")
|
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlow]
662 |
# File 'sig/client.rbs', line 662
def media_connect_flows: () -> ::Array[Types::MediaConnectFlow]
|
#multicast_settings ⇒ Types::MulticastSettings
672 |
# File 'sig/client.rbs', line 672
def multicast_settings: () -> Types::MulticastSettings
|
#name ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def name: () -> ::String
|
#role_arn ⇒ ::String
664 |
# File 'sig/client.rbs', line 664
def role_arn: () -> ::String
|
#router_settings ⇒ Types::RouterInputSettings
675 |
# File 'sig/client.rbs', line 675
def router_settings: () -> Types::RouterInputSettings
|
#sdi_sources ⇒ ::Array[::String]
674 |
# File 'sig/client.rbs', line 674
def sdi_sources: () -> ::Array[::String]
|
#security_groups ⇒ ::Array[::String]
665 |
# File 'sig/client.rbs', line 665
def security_groups: () -> ::Array[::String]
|
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
673 |
# File 'sig/client.rbs', line 673
def smpte_2110_receiver_group_settings: () -> Types::Smpte2110ReceiverGroupSettings
|
#sources ⇒ ::Array[Types::InputSource]
666 |
# File 'sig/client.rbs', line 666
def sources: () -> ::Array[Types::InputSource]
|
#srt_settings ⇒ Types::SrtSettings
670 |
# File 'sig/client.rbs', line 670
def srt_settings: () -> Types::SrtSettings
|
#state ⇒ "CREATING", ...
667 |
# File 'sig/client.rbs', line 667
def state: () -> ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
668 |
# File 'sig/client.rbs', line 668
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "UDP_PUSH", ...
669 |
# File 'sig/client.rbs', line 669
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")
|