Class: Aws::Types::Task

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.



2069
2070
2071
# File 'sig/types.rbs', line 2069

def agent_space_id
  @agent_space_id
end

#categories::Array[Types::Category]

Returns the value of attribute categories.



2072
2073
2074
# File 'sig/types.rbs', line 2072

def categories
  @categories
end

#created_at::Time

Returns the value of attribute created_at.



2078
2079
2080
# File 'sig/types.rbs', line 2078

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.



2071
2072
2073
# File 'sig/types.rbs', line 2071

def description
  @description
end

#execution_status"IN_PROGRESS", ...

Returns the value of attribute execution_status.



2075
2076
2077
# File 'sig/types.rbs', line 2075

def execution_status
  @execution_status
end

#logs_locationTypes::LogLocation

Returns the value of attribute logs_location.



2076
2077
2078
# File 'sig/types.rbs', line 2076

def logs_location
  @logs_location
end

#pentest_id::String

Returns the value of attribute pentest_id.



2067
2068
2069
# File 'sig/types.rbs', line 2067

def pentest_id
  @pentest_id
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.



2068
2069
2070
# File 'sig/types.rbs', line 2068

def pentest_job_id
  @pentest_job_id
end

#risk_type"CROSS_SITE_SCRIPTING", ...

Returns the value of attribute risk_type.



2073
2074
2075
# File 'sig/types.rbs', line 2073

def risk_type
  @risk_type
end

#target_endpointTypes::Endpoint

Returns the value of attribute target_endpoint.



2074
2075
2076
# File 'sig/types.rbs', line 2074

def target_endpoint
  @target_endpoint
end

#task_hours::Float

Returns the value of attribute task_hours.



2077
2078
2079
# File 'sig/types.rbs', line 2077

def task_hours
  @task_hours
end

#task_id::String

Returns the value of attribute task_id.



2066
2067
2068
# File 'sig/types.rbs', line 2066

def task_id
  @task_id
end

#title::String

Returns the value of attribute title.



2070
2071
2072
# File 'sig/types.rbs', line 2070

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.



2079
2080
2081
# File 'sig/types.rbs', line 2079

def updated_at
  @updated_at
end