Class: Aws::Types::ComplianceExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComplianceExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_time ⇒ ::Time
Returns the value of attribute execution_time.
-
#execution_type ⇒ ::String
Returns the value of attribute execution_type.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
548 549 550 |
# File 'sig/types.rbs', line 548 def execution_id @execution_id end |
#execution_time ⇒ ::Time
Returns the value of attribute execution_time.
547 548 549 |
# File 'sig/types.rbs', line 547 def execution_time @execution_time end |
#execution_type ⇒ ::String
Returns the value of attribute execution_type.
549 550 551 |
# File 'sig/types.rbs', line 549 def execution_type @execution_type end |