Class: Aws::MediaConnect::Types::GetRouterInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterInputRequest
- 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 input to retrieve information about.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router input to retrieve information about.
2912 2913 2914 2915 2916 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2912 class GetRouterInputRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |