Class: Aws::MediaConnect::Types::TakeRouterInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::TakeRouterInputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#router_input_arn ⇒ String
The Amazon Resource Name (ARN) of the router input that you want to associate with a router output.
-
#router_output_arn ⇒ String
The Amazon Resource Name (ARN) of the router output that you want to associate with a router input.
Instance Attribute Details
#router_input_arn ⇒ String
The Amazon Resource Name (ARN) of the router input that you want to associate with a router output.
7702 7703 7704 7705 7706 7707 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7702 class TakeRouterInputRequest < Struct.new( :router_output_arn, :router_input_arn) SENSITIVE = [] include Aws::Structure end |
#router_output_arn ⇒ String
The Amazon Resource Name (ARN) of the router output that you want to associate with a router input.
7702 7703 7704 7705 7706 7707 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7702 class TakeRouterInputRequest < Struct.new( :router_output_arn, :router_input_arn) SENSITIVE = [] include Aws::Structure end |