Class: Aws::Types::ControlInsightsMetadataByAssessmentItem
- Inherits:
-
Object
- Object
- Aws::Types::ControlInsightsMetadataByAssessmentItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_set_name ⇒ ::String
Returns the value of attribute control_set_name.
-
#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.
Instance Attribute Details
#control_set_name ⇒ ::String
Returns the value of attribute control_set_name.
333 334 335 |
# File 'sig/types.rbs', line 333 def control_set_name @control_set_name end |
#evidence_insights ⇒ Types::EvidenceInsights
Returns the value of attribute evidence_insights.
332 333 334 |
# File 'sig/types.rbs', line 332 def evidence_insights @evidence_insights end |
#id ⇒ ::String
Returns the value of attribute id.
331 332 333 |
# File 'sig/types.rbs', line 331 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
334 335 336 |
# File 'sig/types.rbs', line 334 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
330 331 332 |
# File 'sig/types.rbs', line 330 def name @name end |