Class: Aws::MediaLive::Types::ListInputsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
7925 7926 7927 7928 7929 7930 |
# File 'lib/aws-sdk-medialive/types.rb', line 7925 class ListInputsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7925 7926 7927 7928 7929 7930 |
# File 'lib/aws-sdk-medialive/types.rb', line 7925 class ListInputsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |