Class: Aws::MediaConnect::Types::BatchGetRouterNetworkInterfaceRequest

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

#arnsArray<String>

The Amazon Resource Names (ARNs) of the router network interfaces you want to retrieve information about.



773
774
775
776
777
# File 'lib/aws-sdk-mediaconnect/types.rb', line 773

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