Class: Aws::MediaConnect::Types::GetRouterInputSourceMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterInputSourceMetadataRequest
- 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 metadata for.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router input to retrieve metadata for.
2938 2939 2940 2941 2942 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2938 class GetRouterInputSourceMetadataRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |