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)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def next_token
  @next_token
end

#pentest_summaries::Array[Types::PentestSummary]

Returns the value of attribute pentest_summaries.

Returns:



1529
1530
1531
# File 'sig/types.rbs', line 1529

def pentest_summaries
  @pentest_summaries
end