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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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:



7683
7684
7685
7686
7687
7688
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7683

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

#next_tokenString

A token to get additional list results.

Returns:

  • (String)


7683
7684
7685
7686
7687
7688
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7683

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