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
8157 8158 8159 8160 8161 8162 |
# File 'lib/aws-sdk-medialive/types.rb', line 8157 class ListInputsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
8157 8158 8159 8160 8161 8162 |
# File 'lib/aws-sdk-medialive/types.rb', line 8157 class ListInputsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |