Class: Aws::Types::UpdateInputRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::InputDestinationRequest]
Returns the value of attribute destinations.
-
#input_devices ⇒ ::Array[Types::InputDeviceRequest]
Returns the value of attribute input_devices.
-
#input_id ⇒ ::String
Returns the value of attribute input_id.
-
#input_security_groups ⇒ ::Array[::String]
Returns the value of attribute input_security_groups.
-
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlowRequest]
Returns the value of attribute media_connect_flows.
-
#multicast_settings ⇒ Types::MulticastSettingsUpdateRequest
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.
-
#sdi_sources ⇒ ::Array[::String]
Returns the value of attribute sdi_sources.
-
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
Returns the value of attribute smpte_2110_receiver_group_settings.
-
#sources ⇒ ::Array[Types::InputSourceRequest]
Returns the value of attribute sources.
-
#special_router_settings ⇒ Types::SpecialRouterSettings
Returns the value of attribute special_router_settings.
-
#srt_settings ⇒ Types::SrtSettingsRequest
Returns the value of attribute srt_settings.
Instance Attribute Details
#destinations ⇒ ::Array[Types::InputDestinationRequest]
Returns the value of attribute destinations.
3419 3420 3421 |
# File 'sig/types.rbs', line 3419 def destinations @destinations end |
#input_devices ⇒ ::Array[Types::InputDeviceRequest]
Returns the value of attribute input_devices.
3420 3421 3422 |
# File 'sig/types.rbs', line 3420 def input_devices @input_devices end |
#input_id ⇒ ::String
Returns the value of attribute input_id.
3421 3422 3423 |
# File 'sig/types.rbs', line 3421 def input_id @input_id end |
#input_security_groups ⇒ ::Array[::String]
Returns the value of attribute input_security_groups.
3422 3423 3424 |
# File 'sig/types.rbs', line 3422 def input_security_groups @input_security_groups end |
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlowRequest]
Returns the value of attribute media_connect_flows.
3423 3424 3425 |
# File 'sig/types.rbs', line 3423 def media_connect_flows @media_connect_flows end |
#multicast_settings ⇒ Types::MulticastSettingsUpdateRequest
Returns the value of attribute multicast_settings.
3428 3429 3430 |
# File 'sig/types.rbs', line 3428 def multicast_settings @multicast_settings end |
#name ⇒ ::String
Returns the value of attribute name.
3424 3425 3426 |
# File 'sig/types.rbs', line 3424 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3425 3426 3427 |
# File 'sig/types.rbs', line 3425 def role_arn @role_arn end |
#sdi_sources ⇒ ::Array[::String]
Returns the value of attribute sdi_sources.
3430 3431 3432 |
# File 'sig/types.rbs', line 3430 def sdi_sources @sdi_sources end |
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
Returns the value of attribute smpte_2110_receiver_group_settings.
3429 3430 3431 |
# File 'sig/types.rbs', line 3429 def smpte_2110_receiver_group_settings @smpte_2110_receiver_group_settings end |
#sources ⇒ ::Array[Types::InputSourceRequest]
Returns the value of attribute sources.
3426 3427 3428 |
# File 'sig/types.rbs', line 3426 def sources @sources end |
#special_router_settings ⇒ Types::SpecialRouterSettings
Returns the value of attribute special_router_settings.
3431 3432 3433 |
# File 'sig/types.rbs', line 3431 def special_router_settings @special_router_settings end |
#srt_settings ⇒ Types::SrtSettingsRequest
Returns the value of attribute srt_settings.
3427 3428 3429 |
# File 'sig/types.rbs', line 3427 def srt_settings @srt_settings end |