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.



8064
8065
8066
8067
8068
8069
# File 'lib/aws-sdk-medialive/types.rb', line 8064

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

#next_tokenString

A token to get additional list results.



8064
8065
8066
8067
8068
8069
# File 'lib/aws-sdk-medialive/types.rb', line 8064

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