Class: Aws::Types::AuditTaskMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AuditTaskMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
-
#task_type ⇒ "ON_DEMAND_AUDIT_TASK", "SCHEDULED_AUDIT_TASK"
Returns the value of attribute task_type.
Instance Attribute Details
#task_id ⇒ ::String
Returns the value of attribute task_id.
283 284 285 |
# File 'sig/types.rbs', line 283 def task_id @task_id end |
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
284 285 286 |
# File 'sig/types.rbs', line 284 def task_status @task_status end |
#task_type ⇒ "ON_DEMAND_AUDIT_TASK", "SCHEDULED_AUDIT_TASK"
Returns the value of attribute task_type.
285 286 287 |
# File 'sig/types.rbs', line 285 def task_type @task_type end |