Class: Aws::Types::ListPentestsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def next_token
  @next_token
end

#pentest_summaries::Array[Types::PentestSummary]

Returns the value of attribute pentest_summaries.

Returns:



1520
1521
1522
# File 'sig/types.rbs', line 1520

def pentest_summaries
  @pentest_summaries
end