Class: Aws::Types::ListImagesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ListImagesFilter

Returns the value of attribute filter.



861
862
863
# File 'sig/types.rbs', line 861

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


860
861
862
# File 'sig/types.rbs', line 860

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def next_token
  @next_token
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def repository_name
  @repository_name
end