Class: Aws::Types::CreateMediaConcatenationPipelineRequest

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)


179
180
181
# File 'sig/types.rbs', line 179

def client_request_token
  @client_request_token
end

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

Returns the value of attribute sinks.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def sinks
  @sinks
end

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

Returns the value of attribute sources.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def sources
  @sources
end

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

Returns the value of attribute tags.

Returns:



180
181
182
# File 'sig/types.rbs', line 180

def tags
  @tags
end