Class: Aws::Types::CreateMediaConcatenationPipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMediaConcatenationPipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#sinks ⇒ ::Array[Types::ConcatenationSink]
Returns the value of attribute sinks.
-
#sources ⇒ ::Array[Types::ConcatenationSource]
Returns the value of attribute sources.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
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.
178 179 180 |
# File 'sig/types.rbs', line 178 def sinks @sinks end |
#sources ⇒ ::Array[Types::ConcatenationSource]
Returns the value of attribute sources.
177 178 179 |
# File 'sig/types.rbs', line 177 def sources @sources end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
180 181 182 |
# File 'sig/types.rbs', line 180 def end |