Class: Aws::Types::CreateMediaStreamPipelineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_request_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def client_request_token
  @client_request_token
end

#sinks ⇒ ::Array[Types::MediaStreamSink]

Returns the value of attribute sinks.

Returns:



248
249
250
# File 'sig/types.rbs', line 248

def sinks
  @sinks
end

#sources ⇒ ::Array[Types::MediaStreamSource]

Returns the value of attribute sources.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def sources
  @sources
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def tags
  @tags
end