Class: Aws::Types::AssessmentControl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_report_evidence_count ⇒ ::Integer

Returns the value of attribute assessment_report_evidence_count.

Returns:

  • (::Integer)


46
47
48
# File 'sig/types.rbs', line 46

def assessment_report_evidence_count
  @assessment_report_evidence_count
end

#comments ⇒ ::Array[Types::ControlComment]

Returns the value of attribute comments.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def comments
  @comments
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def description
  @description
end

#evidence_count ⇒ ::Integer

Returns the value of attribute evidence_count.

Returns:

  • (::Integer)


45
46
47
# File 'sig/types.rbs', line 45

def evidence_count
  @evidence_count
end

#evidence_sources ⇒ ::Array[::String]

Returns the value of attribute evidence_sources.

Returns:

  • (::Array[::String])


44
45
46
# File 'sig/types.rbs', line 44

def evidence_sources
  @evidence_sources
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def name
  @name
end

#response ⇒ "MANUAL", ...

Returns the value of attribute response.

Returns:

  • ("MANUAL", "AUTOMATE", "DEFER", "IGNORE")


42
43
44
# File 'sig/types.rbs', line 42

def response
  @response
end

#status ⇒ "UNDER_REVIEW", ...

Returns the value of attribute status.

Returns:

  • ("UNDER_REVIEW", "REVIEWED", "INACTIVE")


41
42
43
# File 'sig/types.rbs', line 41

def status
  @status
end