Class: Aws::MediaConnect::Types::GetRouterNetworkInterfaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterNetworkInterfaceResponse
- 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 details of the requested router network interface, including its configuration and other attributes.
Instance Attribute Details
#router_network_interface ⇒ Types::RouterNetworkInterface
The details of the requested router network interface, including its configuration and other attributes.
3024 3025 3026 3027 3028 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3024 class GetRouterNetworkInterfaceResponse < Struct.new( :router_network_interface) SENSITIVE = [] include Aws::Structure end |