Class: Aws::MediaConnect::Types::RouterNetworkInterface

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

Overview

A router network interface in AWS Elemental MediaConnect. A router network interface is a network interface that can be associated with one or more router inputs and outputs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the router network interface.

Returns:

  • (String)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#associated_input_countInteger

The number of router inputs associated with the network interface.

Returns:

  • (Integer)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#associated_output_countInteger

The number of router outputs associated with the network interface.

Returns:

  • (Integer)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::RouterNetworkInterfaceConfiguration

The configuration settings for a router network interface.



6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the router network interface was created.

Returns:

  • (Time)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the router network interface.

Returns:

  • (String)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the router network interface.

Returns:

  • (String)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_typeString

The type of the router network interface.

Returns:

  • (String)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The AWS Region where the router network interface is located.

Returns:

  • (String)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the router network interface.

Returns:

  • (String)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Key-value pairs that can be used to tag and organize this router network interface.

Returns:

  • (Hash<String,String>)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the router network interface was last updated.

Returns:

  • (Time)


6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6305

class RouterNetworkInterface < Struct.new(
  :name,
  :arn,
  :id,
  :state,
  :network_interface_type,
  :configuration,
  :associated_output_count,
  :associated_input_count,
  :region_name,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end