Class: Aws::MediaConnect::Types::GetRouterInputSourceMetadataResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the router input.

Returns:

  • (String)


3010
3011
3012
3013
3014
3015
3016
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3010

class GetRouterInputSourceMetadataResponse < Struct.new(
  :arn,
  :name,
  :source_metadata_details)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the router input.

Returns:

  • (String)


3010
3011
3012
3013
3014
3015
3016
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3010

class GetRouterInputSourceMetadataResponse < Struct.new(
  :arn,
  :name,
  :source_metadata_details)
  SENSITIVE = []
  include Aws::Structure
end

#source_metadata_detailsTypes::RouterInputSourceMetadataDetails

Detailed metadata information about the router input source, including connection state, timestamps, and stream configuration.



3010
3011
3012
3013
3014
3015
3016
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3010

class GetRouterInputSourceMetadataResponse < Struct.new(
  :arn,
  :name,
  :source_metadata_details)
  SENSITIVE = []
  include Aws::Structure
end