Class: Aws::Types::GetFindingsResponse

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::AwsSecurityFinding]

Returns the value of attribute findings.

Returns:



6030
6031
6032
# File 'sig/types.rbs', line 6030

def findings
  @findings
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6031
6032
6033
# File 'sig/types.rbs', line 6031

def next_token
  @next_token
end