Class: Aws::Types::DescribeAuditTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAuditTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_details ⇒ ::Hash[::String, Types::AuditCheckDetails]
Returns the value of attribute audit_details.
-
#scheduled_audit_name ⇒ ::String
Returns the value of attribute scheduled_audit_name.
-
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
-
#task_statistics ⇒ Types::TaskStatistics
Returns the value of attribute task_statistics.
-
#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
#audit_details ⇒ ::Hash[::String, Types::AuditCheckDetails]
Returns the value of attribute audit_details.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def audit_details @audit_details end |
#scheduled_audit_name ⇒ ::String
Returns the value of attribute scheduled_audit_name.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def scheduled_audit_name @scheduled_audit_name end |
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def task_start_time @task_start_time end |
#task_statistics ⇒ Types::TaskStatistics
Returns the value of attribute task_statistics.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def task_statistics @task_statistics end |
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def task_status @task_status end |
#task_type ⇒ "ON_DEMAND_AUDIT_TASK", "SCHEDULED_AUDIT_TASK"
Returns the value of attribute task_type.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def task_type @task_type end |