Class: Aws::Types::ListImagePipelinesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters ⇒ ::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1542
1543
1544
# File 'sig/types.rbs', line 1542

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def next_token
  @next_token
end