Class: Aws::Types::ListImageScanFindingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#findings ⇒ ::Array[Types::ImageScanFinding]

Returns the value of attribute findings.

Returns:



1593
1594
1595
# File 'sig/types.rbs', line 1593

def findings
  @findings
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def request_id
  @request_id
end