Module: Aws::IoT::Client::_DescribeAuditTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAuditTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #audit_details ⇒ ::Hash[::String, Types::AuditCheckDetails]
- #scheduled_audit_name ⇒ ::String
- #task_start_time ⇒ ::Time
- #task_statistics ⇒ Types::TaskStatistics
- #task_status ⇒ "IN_PROGRESS", ...
- #task_type ⇒ "ON_DEMAND_AUDIT_TASK", "SCHEDULED_AUDIT_TASK"
Instance Method Details
#audit_details ⇒ ::Hash[::String, Types::AuditCheckDetails]
1492 |
# File 'sig/client.rbs', line 1492
def audit_details: () -> ::Hash[::String, Types::AuditCheckDetails]
|
#scheduled_audit_name ⇒ ::String
1491 |
# File 'sig/client.rbs', line 1491
def scheduled_audit_name: () -> ::String
|
#task_start_time ⇒ ::Time
1489 |
# File 'sig/client.rbs', line 1489
def task_start_time: () -> ::Time
|
#task_statistics ⇒ Types::TaskStatistics
1490 |
# File 'sig/client.rbs', line 1490
def task_statistics: () -> Types::TaskStatistics
|
#task_status ⇒ "IN_PROGRESS", ...
1487 |
# File 'sig/client.rbs', line 1487
def task_status: () -> ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED")
|
#task_type ⇒ "ON_DEMAND_AUDIT_TASK", "SCHEDULED_AUDIT_TASK"
1488 |
# File 'sig/client.rbs', line 1488
def task_type: () -> ("ON_DEMAND_AUDIT_TASK" | "SCHEDULED_AUDIT_TASK")
|