Class: Aws::Types::DescribeImagesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::DescribeImagesFilter

Returns the value of attribute filter.



347
348
349
# File 'sig/types.rbs', line 347

def filter
  @filter
end

#image_ids::Array[Types::ImageIdentifier]

Returns the value of attribute image_ids.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def image_ids
  @image_ids
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


346
347
348
# File 'sig/types.rbs', line 346

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def next_token
  @next_token
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def repository_name
  @repository_name
end