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)


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

def agent_space_id
  @agent_space_id
end

#anchorTypes::ThreatAnchorShape

Returns the value of attribute anchor.



783
784
785
# File 'sig/types.rbs', line 783

def anchor
  @anchor
end

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


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

def comments
  @comments
end

#evidence::Array[Types::ThreatEvidenceShape]

Returns the value of attribute evidence.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def evidence
  @evidence
end

#impacted_assets::Array[::String]

Returns the value of attribute impacted_assets.

Returns:

  • (::Array[::String])


782
783
784
# File 'sig/types.rbs', line 782

def impacted_assets
  @impacted_assets
end

#impacted_goal::Array[::String]

Returns the value of attribute impacted_goal.

Returns:

  • (::Array[::String])


781
782
783
# File 'sig/types.rbs', line 781

def impacted_goal
  @impacted_goal
end

#prerequisites::String

Returns the value of attribute prerequisites.

Returns:

  • (::String)


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

def prerequisites
  @prerequisites
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def recommendation
  @recommendation
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

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


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

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


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

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


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

def stride
  @stride
end

#threat_action::String

Returns the value of attribute threat_action.

Returns:

  • (::String)


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

def threat_action
  @threat_action
end

#threat_impact::String

Returns the value of attribute threat_impact.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def threat_impact
  @threat_impact
end

#threat_job_id::String

Returns the value of attribute threat_job_id.

Returns:

  • (::String)


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

def threat_job_id
  @threat_job_id
end

#threat_source::String

Returns the value of attribute threat_source.

Returns:

  • (::String)


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

def threat_source
  @threat_source
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


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

def title
  @title
end