Class: Aws::Types::UpdateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInput
- 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_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.
3366 3367 3368 |
# File 'sig/types.rbs', line 3366 def destinations @destinations end |
#input_devices ⇒ ::Array[Types::InputDeviceRequest]
Returns the value of attribute input_devices.
3367 3368 3369 |
# File 'sig/types.rbs', line 3367 def input_devices @input_devices end |
#input_security_groups ⇒ ::Array[::String]
Returns the value of attribute input_security_groups.
3368 3369 3370 |
# File 'sig/types.rbs', line 3368 def input_security_groups @input_security_groups end |
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlowRequest]
Returns the value of attribute media_connect_flows.
3369 3370 3371 |
# File 'sig/types.rbs', line 3369 def media_connect_flows @media_connect_flows end |
#multicast_settings ⇒ Types::MulticastSettingsUpdateRequest
Returns the value of attribute multicast_settings.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def multicast_settings @multicast_settings end |
#name ⇒ ::String
Returns the value of attribute name.
3370 3371 3372 |
# File 'sig/types.rbs', line 3370 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3371 3372 3373 |
# File 'sig/types.rbs', line 3371 def role_arn @role_arn end |
#sdi_sources ⇒ ::Array[::String]
Returns the value of attribute sdi_sources.
3376 3377 3378 |
# File 'sig/types.rbs', line 3376 def sdi_sources @sdi_sources end |
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
Returns the value of attribute smpte_2110_receiver_group_settings.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def smpte_2110_receiver_group_settings @smpte_2110_receiver_group_settings end |
#sources ⇒ ::Array[Types::InputSourceRequest]
Returns the value of attribute sources.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def sources @sources end |
#special_router_settings ⇒ Types::SpecialRouterSettings
Returns the value of attribute special_router_settings.
3377 3378 3379 |
# File 'sig/types.rbs', line 3377 def special_router_settings @special_router_settings end |
#srt_settings ⇒ Types::SrtSettingsRequest
Returns the value of attribute srt_settings.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def srt_settings @srt_settings end |