Class: Aws::Types::InvestigationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def 
  @account_id
end

#confidence"Unknown", ...

Returns the value of attribute confidence.

Returns:

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


1652
1653
1654
# File 'sig/types.rbs', line 1652

def confidence
  @confidence
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def end_time
  @end_time
end

#investigation_id::String

Returns the value of attribute investigation_id.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def investigation_id
  @investigation_id
end

#risk_level"Info", ...

Returns the value of attribute risk_level.

Returns:

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


1651
1652
1653
# File 'sig/types.rbs', line 1651

def risk_level
  @risk_level
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def start_time
  @start_time
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

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


1649
1650
1651
# File 'sig/types.rbs', line 1649

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def title
  @title
end

#trigger_prompt::String

Returns the value of attribute trigger_prompt.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def trigger_prompt
  @trigger_prompt
end