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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#routed_state ⇒ String

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

Returns:

  • (String)


8236
8237
8238
8239
8240
8241
8242
8243
8244
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8236

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.

Returns:

  • (String)


8236
8237
8238
8239
8240
8241
8242
8243
8244
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8236

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.

Returns:

  • (String)


8236
8237
8238
8239
8240
8241
8242
8243
8244
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8236

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.

Returns:

  • (String)


8236
8237
8238
8239
8240
8241
8242
8243
8244
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8236

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.

Returns:

  • (String)


8236
8237
8238
8239
8240
8241
8242
8243
8244
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8236

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