Class: Aws::Types::Investigation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloudTypes::CloudDetails

Returns the value of attribute cloud.

Returns:



1624
1625
1626
# File 'sig/types.rbs', line 1624

def cloud
  @cloud
end

#confidence"Unknown", ...

Returns the value of attribute confidence.

Returns:

  • ("Unknown", "Low", "Medium", "High")


1627
1628
1629
# File 'sig/types.rbs', line 1627

def confidence
  @confidence
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def end_time
  @end_time
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def error
  @error
end

#investigation_id::String

Returns the value of attribute investigation_id.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def investigation_id
  @investigation_id
end

#metadataTypes::InvestigationMetadata

Returns the value of attribute metadata.



1623
1624
1625
# File 'sig/types.rbs', line 1623

def 
  @metadata
end

#risk::String

Returns the value of attribute risk.

Returns:

  • (::String)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def risk
  @risk
end

#risk_level"Info", ...

Returns the value of attribute risk_level.

Returns:

  • ("Info", "Low", "Medium", "High", "Critical")


1625
1626
1627
# File 'sig/types.rbs', line 1625

def risk_level
  @risk_level
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def start_time
  @start_time
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "COMPLETED", "FAILED")


1620
1621
1622
# File 'sig/types.rbs', line 1620

def status
  @status
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def summary
  @summary
end

#trigger_prompt::String

Returns the value of attribute trigger_prompt.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def trigger_prompt
  @trigger_prompt
end

#triggered_by::String

Returns the value of attribute triggered_by.

Returns:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def triggered_by
  @triggered_by
end