Class: Aws::Types::ListPipelinesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8353
8354
8355
# File 'sig/types.rbs', line 8353

def next_token
  @next_token
end

#pipeline_summaries::Array[Types::PipelineSummary]

Returns the value of attribute pipeline_summaries.

Returns:



8352
8353
8354
# File 'sig/types.rbs', line 8352

def pipeline_summaries
  @pipeline_summaries
end