Class: Aws::Types::AddMediaStreamRequest

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.



144
145
146
# File 'sig/types.rbs', line 144

def attributes
  @attributes
end

#clock_rate::Integer

Returns the value of attribute clock_rate.

Returns:

  • (::Integer)


145
146
147
# File 'sig/types.rbs', line 145

def clock_rate
  @clock_rate
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def description
  @description
end

#media_stream_id::Integer

Returns the value of attribute media_stream_id.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def media_stream_id
  @media_stream_id
end

#media_stream_name::String

Returns the value of attribute media_stream_name.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def media_stream_name
  @media_stream_name
end

#media_stream_tags::Hash[::String, ::String]

Returns the value of attribute media_stream_tags.

Returns:

  • (::Hash[::String, ::String])


151
152
153
# File 'sig/types.rbs', line 151

def media_stream_tags
  @media_stream_tags
end

#media_stream_type"video", ...

Returns the value of attribute media_stream_type.

Returns:

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


149
150
151
# File 'sig/types.rbs', line 149

def media_stream_type
  @media_stream_type
end

#video_format::String

Returns the value of attribute video_format.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def video_format
  @video_format
end