Class: Aws::MediaLive::Types::ListInputDevicesResultModel

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

The list of input devices owned by the AWS account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_devicesArray<Types::InputDeviceSummary>

The list of input devices.

Returns:



7668
7669
7670
7671
7672
7673
# File 'lib/aws-sdk-medialive/types.rb', line 7668

class ListInputDevicesResultModel < Struct.new(
  :input_devices,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to get additional list results.

Returns:

  • (String)


7668
7669
7670
7671
7672
7673
# File 'lib/aws-sdk-medialive/types.rb', line 7668

class ListInputDevicesResultModel < Struct.new(
  :input_devices,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end