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)


8368
8369
8370
# File 'sig/types.rbs', line 8368

def next_token
  @next_token
end

#pipeline_summaries::Array[Types::PipelineSummary]

Returns the value of attribute pipeline_summaries.

Returns:



8367
8368
8369
# File 'sig/types.rbs', line 8367

def pipeline_summaries
  @pipeline_summaries
end