Class: Aws::MediaConnect::Types::GetRouterInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterInputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#router_input ⇒ Types::RouterInput
The details of the requested router input, including its configuration, state, and other attributes.
Instance Attribute Details
#router_input ⇒ Types::RouterInput
The details of the requested router input, including its configuration, state, and other attributes.
2925 2926 2927 2928 2929 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2925 class GetRouterInputResponse < Struct.new( :router_input) SENSITIVE = [] include Aws::Structure end |