Class: Aws::Types::InputDevice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def arn
  @arn
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def availability_zone
  @availability_zone
end

#connection_state"DISCONNECTED", "CONNECTED"

Returns the value of attribute connection_state.

Returns:

  • ("DISCONNECTED", "CONNECTED")


1733
1734
1735
# File 'sig/types.rbs', line 1733

def connection_state
  @connection_state
end

#device_settings_sync_state"SYNCED", "SYNCING"

Returns the value of attribute device_settings_sync_state.

Returns:

  • ("SYNCED", "SYNCING")


1734
1735
1736
# File 'sig/types.rbs', line 1734

def device_settings_sync_state
  @device_settings_sync_state
end

#device_update_status"UP_TO_DATE", ...

Returns the value of attribute device_update_status.

Returns:

  • ("UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING")


1735
1736
1737
# File 'sig/types.rbs', line 1735

def device_update_status
  @device_update_status
end

#hd_device_settingsTypes::InputDeviceHdSettings

Returns the value of attribute hd_device_settings.



1736
1737
1738
# File 'sig/types.rbs', line 1736

def hd_device_settings
  @hd_device_settings
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def id
  @id
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def mac_address
  @mac_address
end

#medialive_input_arns::Array[::String]

Returns the value of attribute medialive_input_arns.

Returns:

  • (::Array[::String])


1746
1747
1748
# File 'sig/types.rbs', line 1746

def medialive_input_arns
  @medialive_input_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def name
  @name
end

#network_settingsTypes::InputDeviceNetworkSettings

Returns the value of attribute network_settings.



1740
1741
1742
# File 'sig/types.rbs', line 1740

def network_settings
  @network_settings
end

#output_type"NONE", ...

Returns the value of attribute output_type.

Returns:

  • ("NONE", "MEDIALIVE_INPUT", "MEDIACONNECT_FLOW")


1747
1748
1749
# File 'sig/types.rbs', line 1747

def output_type
  @output_type
end

#serial_number::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def serial_number
  @serial_number
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1744
1745
1746
# File 'sig/types.rbs', line 1744

def tags
  @tags
end

#type"HD", "UHD"

Returns the value of attribute type.

Returns:

  • ("HD", "UHD")


1742
1743
1744
# File 'sig/types.rbs', line 1742

def type
  @type
end

#uhd_device_settingsTypes::InputDeviceUhdSettings

Returns the value of attribute uhd_device_settings.



1743
1744
1745
# File 'sig/types.rbs', line 1743

def uhd_device_settings
  @uhd_device_settings
end