Class: Aws::Types::CreateThreatInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def agent_space_id
  @agent_space_id
end

#anchorTypes::ThreatAnchorShape

Returns the value of attribute anchor.



801
802
803
# File 'sig/types.rbs', line 801

def anchor
  @anchor
end

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def comments
  @comments
end

#evidence::Array[Types::ThreatEvidenceShape]

Returns the value of attribute evidence.

Returns:



802
803
804
# File 'sig/types.rbs', line 802

def evidence
  @evidence
end

#impacted_assets::Array[::String]

Returns the value of attribute impacted_assets.

Returns:

  • (::Array[::String])


800
801
802
# File 'sig/types.rbs', line 800

def impacted_assets
  @impacted_assets
end

#impacted_goal::Array[::String]

Returns the value of attribute impacted_goal.

Returns:

  • (::Array[::String])


799
800
801
# File 'sig/types.rbs', line 799

def impacted_goal
  @impacted_goal
end

#prerequisites::String

Returns the value of attribute prerequisites.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def prerequisites
  @prerequisites
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def recommendation
  @recommendation
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW", "INFO")


792
793
794
# File 'sig/types.rbs', line 792

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def statement
  @statement
end

#stride::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]

Returns the value of attribute stride.

Returns:

  • (::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")])


794
795
796
# File 'sig/types.rbs', line 794

def stride
  @stride
end

#threat_action::String

Returns the value of attribute threat_action.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def threat_action
  @threat_action
end

#threat_impact::String

Returns the value of attribute threat_impact.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def threat_impact
  @threat_impact
end

#threat_job_id::String

Returns the value of attribute threat_job_id.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def threat_job_id
  @threat_job_id
end

#threat_source::String

Returns the value of attribute threat_source.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def threat_source
  @threat_source
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def title
  @title
end