Class: Aws::Types::ControlDomainInsights
- Inherits:
-
Object
- Object
- Aws::Types::ControlDomainInsights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#controls_count_by_noncompliant_evidence ⇒ ::Integer
Returns the value of attribute controls_count_by_noncompliant_evidence.
-
#evidence_insights ⇒ Types::EvidenceInsights
Returns the value of attribute evidence_insights.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#total_controls_count ⇒ ::Integer
Returns the value of attribute total_controls_count.
Instance Attribute Details
#controls_count_by_noncompliant_evidence ⇒ ::Integer
Returns the value of attribute controls_count_by_noncompliant_evidence.
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.
321 322 323 |
# File 'sig/types.rbs', line 321 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
325 326 327 |
# File 'sig/types.rbs', line 325 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
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.
323 324 325 |
# File 'sig/types.rbs', line 323 def total_controls_count @total_controls_count end |