Class: Aws::MediaLive::Types::InterfaceMappingCreateRequest

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

Overview

Used in ClusterNetworkSettingsCreateRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_interface_nameString

The logical name for one interface (on every Node) that handles a specific type of traffic. We recommend that the name hints at the physical interface it applies to. For example, it could refer to the traffic that the physical interface handles. For example, my-Inputs-Interface.

Returns:

  • (String)


20186
20187
20188
20189
20190
20191
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20186

class InterfaceMappingCreateRequest < Struct.new(
  :logical_interface_name,
  :network_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The ID of the network that you want to connect to the specified logicalInterfaceName.

Returns:

  • (String)


20186
20187
20188
20189
20190
20191
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20186

class InterfaceMappingCreateRequest < Struct.new(
  :logical_interface_name,
  :network_id)
  SENSITIVE = []
  include Aws::Structure
end