Class: Aws::MediaConnect::Types::BatchGetRouterNetworkInterfaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BatchGetRouterNetworkInterfaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetRouterNetworkInterfaceError>
An array of errors that occurred when retrieving the requested router network interfaces.
-
#router_network_interfaces ⇒ Array<Types::RouterNetworkInterface>
An array of router network interfaces that were successfully retrieved.
Instance Attribute Details
#errors ⇒ Array<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_interfaces ⇒ Array<Types::RouterNetworkInterface>
An array of router network interfaces that were successfully retrieved.
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 |