Class: Aws::MediaConnect::Types::GetRouterNetworkInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterNetworkInterfaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the router network interface that you want to retrieve information about.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router network interface that you want to retrieve information about.
3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3011 class GetRouterNetworkInterfaceRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |