Class: Aws::Types::InputDeviceSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



1820
1821
1822
# File 'sig/types.rbs', line 1820

def arn
  @arn
end

#availability_zone::String

Returns the value of attribute availability_zone.



1833
1834
1835
# File 'sig/types.rbs', line 1833

def availability_zone
  @availability_zone
end

#connection_state"DISCONNECTED", "CONNECTED"

Returns the value of attribute connection_state.



1821
1822
1823
# File 'sig/types.rbs', line 1821

def connection_state
  @connection_state
end

#device_settings_sync_state"SYNCED", "SYNCING"

Returns the value of attribute device_settings_sync_state.



1822
1823
1824
# File 'sig/types.rbs', line 1822

def device_settings_sync_state
  @device_settings_sync_state
end

#device_update_status"UP_TO_DATE", ...

Returns the value of attribute device_update_status.



1823
1824
1825
# File 'sig/types.rbs', line 1823

def device_update_status
  @device_update_status
end

#hd_device_settingsTypes::InputDeviceHdSettings

Returns the value of attribute hd_device_settings.



1824
1825
1826
# File 'sig/types.rbs', line 1824

def hd_device_settings
  @hd_device_settings
end

#id::String

Returns the value of attribute id.



1825
1826
1827
# File 'sig/types.rbs', line 1825

def id
  @id
end

#mac_address::String

Returns the value of attribute mac_address.



1826
1827
1828
# File 'sig/types.rbs', line 1826

def mac_address
  @mac_address
end

#medialive_input_arns::Array[::String]

Returns the value of attribute medialive_input_arns.



1834
1835
1836
# File 'sig/types.rbs', line 1834

def medialive_input_arns
  @medialive_input_arns
end

#name::String

Returns the value of attribute name.



1827
1828
1829
# File 'sig/types.rbs', line 1827

def name
  @name
end

#network_settingsTypes::InputDeviceNetworkSettings

Returns the value of attribute network_settings.



1828
1829
1830
# File 'sig/types.rbs', line 1828

def network_settings
  @network_settings
end

#output_type"NONE", ...

Returns the value of attribute output_type.



1835
1836
1837
# File 'sig/types.rbs', line 1835

def output_type
  @output_type
end

#serial_number::String

Returns the value of attribute serial_number.



1829
1830
1831
# File 'sig/types.rbs', line 1829

def serial_number
  @serial_number
end

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

Returns the value of attribute tags.



1832
1833
1834
# File 'sig/types.rbs', line 1832

def tags
  @tags
end

#type"HD", "UHD"

Returns the value of attribute type.



1830
1831
1832
# File 'sig/types.rbs', line 1830

def type
  @type
end

#uhd_device_settingsTypes::InputDeviceUhdSettings

Returns the value of attribute uhd_device_settings.



1831
1832
1833
# File 'sig/types.rbs', line 1831

def uhd_device_settings
  @uhd_device_settings
end