Class: Aws::MediaLive::Types::ListInputDevicesResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputDevicesResultModel
- 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
-
#input_devices ⇒ Array<Types::InputDeviceSummary>
The list of input devices.
-
#next_token ⇒ String
A token to get additional list results.
Instance Attribute Details
#input_devices ⇒ Array<Types::InputDeviceSummary>
The list of input devices.
7862 7863 7864 7865 7866 7867 |
# File 'lib/aws-sdk-medialive/types.rb', line 7862 class ListInputDevicesResultModel < Struct.new( :input_devices, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to get additional list results.
7862 7863 7864 7865 7866 7867 |
# File 'lib/aws-sdk-medialive/types.rb', line 7862 class ListInputDevicesResultModel < Struct.new( :input_devices, :next_token) SENSITIVE = [] include Aws::Structure end |