Class: Aws::Types::ListPipelinesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



8415
8416
8417
# File 'sig/types.rbs', line 8415

def next_token
  @next_token
end

#pipeline_summaries::Array[Types::PipelineSummary]

Returns the value of attribute pipeline_summaries.



8414
8415
8416
# File 'sig/types.rbs', line 8414

def pipeline_summaries
  @pipeline_summaries
end