Class: Aws::Types::DescribeImageScanFindingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

Returns the value of attribute image_id.



304
305
306
# File 'sig/types.rbs', line 304

def image_id
  @image_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


306
307
308
# File 'sig/types.rbs', line 306

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def next_token
  @next_token
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def repository_name
  @repository_name
end