Class: Aws::Types::ControlDomainInsights

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#controls_count_by_noncompliant_evidence ⇒ ::Integer

Returns the value of attribute controls_count_by_noncompliant_evidence.

Returns:

  • (::Integer)


322
323
324
# File 'sig/types.rbs', line 322

def controls_count_by_noncompliant_evidence
  @controls_count_by_noncompliant_evidence
end

#evidence_insights ⇒ Types::EvidenceInsights

Returns the value of attribute evidence_insights.



324
325
326
# File 'sig/types.rbs', line 324

def evidence_insights
  @evidence_insights
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def id
  @id
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


325
326
327
# File 'sig/types.rbs', line 325

def last_updated
  @last_updated
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def name
  @name
end

#total_controls_count ⇒ ::Integer

Returns the value of attribute total_controls_count.

Returns:

  • (::Integer)


323
324
325
# File 'sig/types.rbs', line 323

def total_controls_count
  @total_controls_count
end