Class: Aws::Types::ControlInsightsMetadataItem
- Inherits:
-
Object
- Object
- Aws::Types::ControlInsightsMetadataItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#evidence_insights ⇒ Types::EvidenceInsights
Returns the value of attribute evidence_insights.
341 342 343 |
# File 'sig/types.rbs', line 341 def evidence_insights @evidence_insights end |
#id ⇒ ::String
Returns the value of attribute id.
340 341 342 |
# File 'sig/types.rbs', line 340 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
342 343 344 |
# File 'sig/types.rbs', line 342 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
339 340 341 |
# File 'sig/types.rbs', line 339 def name @name end |