Class: Aws::Types::UpdateInputDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


3394
3395
3396
# File 'sig/types.rbs', line 3394

def availability_zone
  @availability_zone
end

#hd_device_settingsTypes::InputDeviceConfigurableSettings

Returns the value of attribute hd_device_settings.



3390
3391
3392
# File 'sig/types.rbs', line 3390

def hd_device_settings
  @hd_device_settings
end

#input_device_id::String

Returns the value of attribute input_device_id.

Returns:

  • (::String)


3391
3392
3393
# File 'sig/types.rbs', line 3391

def input_device_id
  @input_device_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3392
3393
3394
# File 'sig/types.rbs', line 3392

def name
  @name
end

#uhd_device_settingsTypes::InputDeviceConfigurableSettings

Returns the value of attribute uhd_device_settings.



3393
3394
3395
# File 'sig/types.rbs', line 3393

def uhd_device_settings
  @uhd_device_settings
end