Class: Aws::Types::ListMediaCapturePipelinesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#media_capture_pipelines ⇒ ::Array[Types::MediaCapturePipelineSummary]

Returns the value of attribute media_capture_pipelines.



457
458
459
# File 'sig/types.rbs', line 457

def media_capture_pipelines
  @media_capture_pipelines
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def next_token
  @next_token
end