Class: Aws::MediaConnect::Types::BatchGetRouterNetworkInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BatchGetRouterNetworkInterfaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the router network interfaces you want to retrieve information about.
Instance Attribute Details
#arns ⇒ Array<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 |