Class: Aws::Types::UpdateFlowMediaStreamRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::MediaStreamAttributesRequest

Returns the value of attribute attributes.



2500
2501
2502
# File 'sig/types.rbs', line 2500

def attributes
  @attributes
end

#clock_rate::Integer

Returns the value of attribute clock_rate.

Returns:

  • (::Integer)


2501
2502
2503
# File 'sig/types.rbs', line 2501

def clock_rate
  @clock_rate
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def description
  @description
end

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def flow_arn
  @flow_arn
end

#media_stream_name::String

Returns the value of attribute media_stream_name.

Returns:

  • (::String)


2504
2505
2506
# File 'sig/types.rbs', line 2504

def media_stream_name
  @media_stream_name
end

#media_stream_type"video", ...

Returns the value of attribute media_stream_type.

Returns:

  • ("video", "audio", "ancillary-data")


2505
2506
2507
# File 'sig/types.rbs', line 2505

def media_stream_type
  @media_stream_type
end

#video_format::String

Returns the value of attribute video_format.

Returns:

  • (::String)


2506
2507
2508
# File 'sig/types.rbs', line 2506

def video_format
  @video_format
end