Class: Aws::Types::DescribeImageScanFindingsResponse

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.



313
314
315
# File 'sig/types.rbs', line 313

def image_id
  @image_id
end

#image_scan_findingsTypes::ImageScanFindings

Returns the value of attribute image_scan_findings.



315
316
317
# File 'sig/types.rbs', line 315

def image_scan_findings
  @image_scan_findings
end

#image_scan_statusTypes::ImageScanStatus

Returns the value of attribute image_scan_status.



314
315
316
# File 'sig/types.rbs', line 314

def image_scan_status
  @image_scan_status
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def next_token
  @next_token
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def repository_name
  @repository_name
end