Class: Aws::Types::PentestJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def created_at
  @created_at
end

#pentest_id::String

Returns the value of attribute pentest_id.

Returns:

  • (::String)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def pentest_id
  @pentest_id
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def pentest_job_id
  @pentest_job_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "STOPPING", "STOPPED", "FAILED", "COMPLETED")


1752
1753
1754
# File 'sig/types.rbs', line 1752

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def updated_at
  @updated_at
end