Class: Aws::MediaConnect::Types::ListedRouterNetworkInterface

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

Overview

A summary of a router network interface, including its name, type, ARN, ID, associated input/output counts, state, and other key details. This structure is used in the response of the ListRouterNetworkInterfaces operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#associated_input_countInteger

The number of router inputs associated with the network interface.

Returns:

  • (Integer)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#associated_output_countInteger

The number of router outputs associated with the network interface.

Returns:

  • (Integer)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#created_atTime

The timestamp when the network interface was created.

Returns:

  • (Time)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#idString

The unique identifier of the router network interface.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#nameString

The name of the router network interface.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#network_interface_typeString

The type of the router network interface.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#region_nameString

The AWS Region where the router network interface is located.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#stateString

The current state of the router network interface.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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

#updated_atTime

The timestamp when the router network interface was last updated.

Returns:

  • (Time)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4159

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