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)


763
764
765
# File 'sig/types.rbs', line 763

def agent_space_id
  @agent_space_id
end

#anchorTypes::ThreatAnchorShape

Returns the value of attribute anchor.



776
777
778
# File 'sig/types.rbs', line 776

def anchor
  @anchor
end

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def comments
  @comments
end

#evidence::Array[Types::ThreatEvidenceShape]

Returns the value of attribute evidence.

Returns:



777
778
779
# File 'sig/types.rbs', line 777

def evidence
  @evidence
end

#impacted_assets::Array[::String]

Returns the value of attribute impacted_assets.

Returns:

  • (::Array[::String])


775
776
777
# File 'sig/types.rbs', line 775

def impacted_assets
  @impacted_assets
end

#impacted_goal::Array[::String]

Returns the value of attribute impacted_goal.

Returns:

  • (::Array[::String])


774
775
776
# File 'sig/types.rbs', line 774

def impacted_goal
  @impacted_goal
end

#prerequisites::String

Returns the value of attribute prerequisites.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def prerequisites
  @prerequisites
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def recommendation
  @recommendation
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

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


767
768
769
# File 'sig/types.rbs', line 767

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

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")])


769
770
771
# File 'sig/types.rbs', line 769

def stride
  @stride
end

#threat_action::String

Returns the value of attribute threat_action.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def threat_action
  @threat_action
end

#threat_impact::String

Returns the value of attribute threat_impact.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def threat_impact
  @threat_impact
end

#threat_job_id::String

Returns the value of attribute threat_job_id.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def threat_job_id
  @threat_job_id
end

#threat_source::String

Returns the value of attribute threat_source.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def threat_source
  @threat_source
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def title
  @title
end