Class: Aws::MediaConnect::Types::BatchGetRouterNetworkInterfaceResponse

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

#errorsArray<Types::BatchGetRouterNetworkInterfaceError>

An array of errors that occurred when retrieving the requested router network interfaces.



791
792
793
794
795
796
# File 'lib/aws-sdk-mediaconnect/types.rb', line 791

class BatchGetRouterNetworkInterfaceResponse < Struct.new(
  :router_network_interfaces,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#router_network_interfacesArray<Types::RouterNetworkInterface>

An array of router network interfaces that were successfully retrieved.

Returns:



791
792
793
794
795
796
# File 'lib/aws-sdk-mediaconnect/types.rb', line 791

class BatchGetRouterNetworkInterfaceResponse < Struct.new(
  :router_network_interfaces,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end