Class: Aws::MediaConnect::Types::TakeRouterInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::TakeRouterInputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routed_state ⇒ String
The state of the association between the router input and output.
-
#router_input_arn ⇒ String
The ARN of the associated router input.
-
#router_input_name ⇒ String
The name of the associated router input.
-
#router_output_arn ⇒ String
The ARN of the associated router output.
-
#router_output_name ⇒ String
The name of the associated router output.
Instance Attribute Details
#routed_state ⇒ String
The state of the association between the router input and output.
7731 7732 7733 7734 7735 7736 7737 7738 7739 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7731 class TakeRouterInputResponse < Struct.new( :routed_state, :router_output_arn, :router_output_name, :router_input_arn, :router_input_name) SENSITIVE = [] include Aws::Structure end |
#router_input_arn ⇒ String
The ARN of the associated router input.
7731 7732 7733 7734 7735 7736 7737 7738 7739 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7731 class TakeRouterInputResponse < Struct.new( :routed_state, :router_output_arn, :router_output_name, :router_input_arn, :router_input_name) SENSITIVE = [] include Aws::Structure end |
#router_input_name ⇒ String
The name of the associated router input.
7731 7732 7733 7734 7735 7736 7737 7738 7739 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7731 class TakeRouterInputResponse < Struct.new( :routed_state, :router_output_arn, :router_output_name, :router_input_arn, :router_input_name) SENSITIVE = [] include Aws::Structure end |
#router_output_arn ⇒ String
The ARN of the associated router output.
7731 7732 7733 7734 7735 7736 7737 7738 7739 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7731 class TakeRouterInputResponse < Struct.new( :routed_state, :router_output_arn, :router_output_name, :router_input_arn, :router_input_name) SENSITIVE = [] include Aws::Structure end |
#router_output_name ⇒ String
The name of the associated router output.
7731 7732 7733 7734 7735 7736 7737 7738 7739 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7731 class TakeRouterInputResponse < Struct.new( :routed_state, :router_output_arn, :router_output_name, :router_input_arn, :router_input_name) SENSITIVE = [] include Aws::Structure end |