Class: Aws::Types::UpdateInputRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinations::Array[Types::InputDestinationRequest]

Returns the value of attribute destinations.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:



3423
3424
3425
# File 'sig/types.rbs', line 3423

def media_connect_flows
  @media_connect_flows
end

#multicast_settingsTypes::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.

Returns:

  • (::String)


3424
3425
3426
# File 'sig/types.rbs', line 3424

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


3430
3431
3432
# File 'sig/types.rbs', line 3430

def sdi_sources
  @sdi_sources
end

#smpte_2110_receiver_group_settingsTypes::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.

Returns:



3426
3427
3428
# File 'sig/types.rbs', line 3426

def sources
  @sources
end

#special_router_settingsTypes::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_settingsTypes::SrtSettingsRequest

Returns the value of attribute srt_settings.



3427
3428
3429
# File 'sig/types.rbs', line 3427

def srt_settings
  @srt_settings
end