Class: Aws::MediaLive::Types::ListInputsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#inputs ⇒ Array<Types::Input>
7940 7941 7942 7943 7944 7945 |
# File 'lib/aws-sdk-medialive/types.rb', line 7940 class ListInputsResponse < Struct.new( :inputs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7940 7941 7942 7943 7944 7945 |
# File 'lib/aws-sdk-medialive/types.rb', line 7940 class ListInputsResponse < Struct.new( :inputs, :next_token) SENSITIVE = [] include Aws::Structure end |