Class: Aws::Types::ListPipelinesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_resultsBoolean

Returns the value of attribute has_more_results.

Returns:

  • (Boolean)


138
139
140
# File 'sig/types.rbs', line 138

def has_more_results
  @has_more_results
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def marker
  @marker
end

#pipeline_id_list::Array[Types::PipelineIdName]

Returns the value of attribute pipeline_id_list.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def pipeline_id_list
  @pipeline_id_list
end