Module: Aws::MediaLive::Client::_DescribeInputDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInputDeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #availability_zone ⇒ ::String
- #connection_state ⇒ "DISCONNECTED", "CONNECTED"
- #device_settings_sync_state ⇒ "SYNCED", "SYNCING"
- #device_update_status ⇒ "UP_TO_DATE", ...
- #hd_device_settings ⇒ Types::InputDeviceHdSettings
- #id ⇒ ::String
- #mac_address ⇒ ::String
- #medialive_input_arns ⇒ ::Array[::String]
- #name ⇒ ::String
- #network_settings ⇒ Types::InputDeviceNetworkSettings
- #output_type ⇒ "NONE", ...
- #serial_number ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "HD", "UHD"
- #uhd_device_settings ⇒ Types::InputDeviceUhdSettings
Instance Method Details
#arn ⇒ ::String
685 |
# File 'sig/client.rbs', line 685
def arn: () -> ::String
|
#availability_zone ⇒ ::String
698 |
# File 'sig/client.rbs', line 698
def availability_zone: () -> ::String
|
#connection_state ⇒ "DISCONNECTED", "CONNECTED"
686 |
# File 'sig/client.rbs', line 686
def connection_state: () -> ("DISCONNECTED" | "CONNECTED")
|
#device_settings_sync_state ⇒ "SYNCED", "SYNCING"
687 |
# File 'sig/client.rbs', line 687
def device_settings_sync_state: () -> ("SYNCED" | "SYNCING")
|
#device_update_status ⇒ "UP_TO_DATE", ...
688 |
# File 'sig/client.rbs', line 688
def device_update_status: () -> ("UP_TO_DATE" | "NOT_UP_TO_DATE" | "UPDATING")
|
#hd_device_settings ⇒ Types::InputDeviceHdSettings
689 |
# File 'sig/client.rbs', line 689
def hd_device_settings: () -> Types::InputDeviceHdSettings
|
#id ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def id: () -> ::String
|
#mac_address ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def mac_address: () -> ::String
|
#medialive_input_arns ⇒ ::Array[::String]
699 |
# File 'sig/client.rbs', line 699
def medialive_input_arns: () -> ::Array[::String]
|
#name ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def name: () -> ::String
|
#network_settings ⇒ Types::InputDeviceNetworkSettings
693 |
# File 'sig/client.rbs', line 693
def network_settings: () -> Types::InputDeviceNetworkSettings
|
#output_type ⇒ "NONE", ...
700 |
# File 'sig/client.rbs', line 700
def output_type: () -> ("NONE" | "MEDIALIVE_INPUT" | "MEDIACONNECT_FLOW")
|
#serial_number ⇒ ::String
694 |
# File 'sig/client.rbs', line 694
def serial_number: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
697 |
# File 'sig/client.rbs', line 697
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "HD", "UHD"
695 |
# File 'sig/client.rbs', line 695
def type: () -> ("HD" | "UHD")
|
#uhd_device_settings ⇒ Types::InputDeviceUhdSettings
696 |
# File 'sig/client.rbs', line 696
def uhd_device_settings: () -> Types::InputDeviceUhdSettings
|