Class: Aws::MediaConnect::Types::UpdateFlowMediaStreamRequest

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

#attributes ⇒ Types::MediaStreamAttributesRequest

The attributes that you want to assign to the media stream.



9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9078

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#clock_rate ⇒ Integer

The sample rate for the stream. This value in measured in kHz.

Returns:

  • (Integer)


9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9078

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description that can help you quickly identify what your media stream is used for.

Returns:

  • (String)


9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9078

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#flow_arn ⇒ String

The Amazon Resource Name (ARN) of the flow that is associated with the media stream that you updated.

Returns:

  • (String)


9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9078

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#media_stream_name ⇒ String

The media stream that you updated.

Returns:

  • (String)


9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9078

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#media_stream_type ⇒ String

The type of media stream.

Returns:

  • (String)


9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9078

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#video_format ⇒ String

The resolution of the video.

Returns:

  • (String)


9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9078

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end