Class: Aws::MediaConnect::Types::CreateRouterNetworkInterfaceResponse

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

#router_network_interfaceTypes::RouterNetworkInterface

The newly-created router network interface.



1501
1502
1503
1504
1505
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1501

class CreateRouterNetworkInterfaceResponse < Struct.new(
  :router_network_interface)
  SENSITIVE = []
  include Aws::Structure
end