Class: Aws::MediaConnect::Types::GetRouterInputSourceMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterInputSourceMetadataResponse
- 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.
-
#name ⇒ String
The name of the router input.
-
#source_metadata_details ⇒ Types::RouterInputSourceMetadataDetails
Detailed metadata information about the router input source, including connection state, timestamps, and stream configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router input.
2959 2960 2961 2962 2963 2964 2965 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2959 class GetRouterInputSourceMetadataResponse < Struct.new( :arn, :name, :source_metadata_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the router input.
2959 2960 2961 2962 2963 2964 2965 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2959 class GetRouterInputSourceMetadataResponse < Struct.new( :arn, :name, :source_metadata_details) SENSITIVE = [] include Aws::Structure end |
#source_metadata_details ⇒ Types::RouterInputSourceMetadataDetails
Detailed metadata information about the router input source, including connection state, timestamps, and stream configuration.
2959 2960 2961 2962 2963 2964 2965 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2959 class GetRouterInputSourceMetadataResponse < Struct.new( :arn, :name, :source_metadata_details) SENSITIVE = [] include Aws::Structure end |