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.

Returns:

  • (Array<String>)


788
789
790
791
792
# File 'lib/aws-sdk-mediaconnect/types.rb', line 788

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