Class: Aws::MediaConnect::Types::CreateRouterNetworkInterfaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateRouterNetworkInterfaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#router_network_interface ⇒ Types::RouterNetworkInterface
The newly-created router network interface.
Instance Attribute Details
#router_network_interface ⇒ Types::RouterNetworkInterface
The newly-created router network interface.
1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1501 class CreateRouterNetworkInterfaceResponse < Struct.new( :router_network_interface) SENSITIVE = [] include Aws::Structure end |