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)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7933

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)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7933

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)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7933

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)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7933

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)


7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7933

class TakeRouterInputResponse < Struct.new(
  :routed_state,
  :router_output_arn,
  :router_output_name,
  :router_input_arn,
  :router_input_name)
  SENSITIVE = []
  include Aws::Structure
end