Class: Aws::Types::DescribeInputResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attached_channels ⇒ ::Array[::String]
Returns the value of attribute attached_channels.
-
#destinations ⇒ ::Array[Types::InputDestination]
Returns the value of attribute destinations.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#input_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute input_class.
-
#input_devices ⇒ ::Array[Types::InputDeviceSettings]
Returns the value of attribute input_devices.
-
#input_network_location ⇒ "AWS", "ON_PREMISES"
Returns the value of attribute input_network_location.
-
#input_partner_ids ⇒ ::Array[::String]
Returns the value of attribute input_partner_ids.
-
#input_source_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute input_source_type.
-
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlow]
Returns the value of attribute media_connect_flows.
-
#multicast_settings ⇒ Types::MulticastSettings
Returns the value of attribute multicast_settings.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#router_settings ⇒ Types::RouterInputSettings
Returns the value of attribute router_settings.
-
#sdi_sources ⇒ ::Array[::String]
Returns the value of attribute sdi_sources.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
Returns the value of attribute smpte_2110_receiver_group_settings.
-
#sources ⇒ ::Array[Types::InputSource]
Returns the value of attribute sources.
-
#srt_settings ⇒ Types::SrtSettings
Returns the value of attribute srt_settings.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "UDP_PUSH", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
995 996 997 |
# File 'sig/types.rbs', line 995 def arn @arn end |
#attached_channels ⇒ ::Array[::String]
Returns the value of attribute attached_channels.
996 997 998 |
# File 'sig/types.rbs', line 996 def attached_channels @attached_channels end |
#destinations ⇒ ::Array[Types::InputDestination]
Returns the value of attribute destinations.
997 998 999 |
# File 'sig/types.rbs', line 997 def destinations @destinations end |
#id ⇒ ::String
Returns the value of attribute id.
998 999 1000 |
# File 'sig/types.rbs', line 998 def id @id end |
#input_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute input_class.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def input_class @input_class end |
#input_devices ⇒ ::Array[Types::InputDeviceSettings]
Returns the value of attribute input_devices.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def input_devices @input_devices end |
#input_network_location ⇒ "AWS", "ON_PREMISES"
Returns the value of attribute input_network_location.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def input_network_location @input_network_location end |
#input_partner_ids ⇒ ::Array[::String]
Returns the value of attribute input_partner_ids.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def input_partner_ids @input_partner_ids end |
#input_source_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute input_source_type.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def input_source_type @input_source_type end |
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlow]
Returns the value of attribute media_connect_flows.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def media_connect_flows @media_connect_flows end |
#multicast_settings ⇒ Types::MulticastSettings
Returns the value of attribute multicast_settings.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def multicast_settings @multicast_settings end |
#name ⇒ ::String
Returns the value of attribute name.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def role_arn @role_arn end |
#router_settings ⇒ Types::RouterInputSettings
Returns the value of attribute router_settings.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def router_settings @router_settings end |
#sdi_sources ⇒ ::Array[::String]
Returns the value of attribute sdi_sources.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def sdi_sources @sdi_sources end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def security_groups @security_groups end |
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
Returns the value of attribute smpte_2110_receiver_group_settings.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def smpte_2110_receiver_group_settings @smpte_2110_receiver_group_settings end |
#sources ⇒ ::Array[Types::InputSource]
Returns the value of attribute sources.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def sources @sources end |
#srt_settings ⇒ Types::SrtSettings
Returns the value of attribute srt_settings.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def srt_settings @srt_settings end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def @tags end |
#type ⇒ "UDP_PUSH", ...
Returns the value of attribute type.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def type @type end |