Class: Aws::MediaConnect::Types::TakeRouterInputResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#routed_stateString

The state of the association between the router input and output.

Returns:

  • (String)


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_arnString

The ARN of the associated router input.

Returns:

  • (String)


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_nameString

The name of the associated router input.

Returns:

  • (String)


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_arnString

The ARN of the associated router output.

Returns:

  • (String)


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_nameString

The name of the associated router output.

Returns:

  • (String)


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