Class: Aws::MediaConnect::Types::ListRouterInputsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ListRouterInputsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#router_inputs ⇒ Array<Types::ListedRouterInput>
The summary information for the retrieved router inputs.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3768 class ListRouterInputsResponse < Struct.new( :router_inputs, :next_token) SENSITIVE = [] include Aws::Structure end |
#router_inputs ⇒ Array<Types::ListedRouterInput>
The summary information for the retrieved router inputs.
3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3768 class ListRouterInputsResponse < Struct.new( :router_inputs, :next_token) SENSITIVE = [] include Aws::Structure end |