Class: Aws::MediaConnect::Types::GetRouterNetworkInterfaceResponse

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 details of the requested router network interface, including its configuration and other attributes.

Returns:



3075
3076
3077
3078
3079
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3075

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