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]
1485 |
# File 'sig/client.rbs', line 1485
def audit_details: () -> ::Hash[::String, Types::AuditCheckDetails]
|
#scheduled_audit_name ⇒ ::String
1484 |
# File 'sig/client.rbs', line 1484
def scheduled_audit_name: () -> ::String
|
#task_start_time ⇒ ::Time
1482 |
# File 'sig/client.rbs', line 1482
def task_start_time: () -> ::Time
|
#task_statistics ⇒ Types::TaskStatistics
1483 |
# File 'sig/client.rbs', line 1483
def task_statistics: () -> Types::TaskStatistics
|
#task_status ⇒ "IN_PROGRESS", ...
1480 |
# File 'sig/client.rbs', line 1480
def task_status: () -> ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELED")
|
#task_type ⇒ "ON_DEMAND_AUDIT_TASK", "SCHEDULED_AUDIT_TASK"
1481 |
# File 'sig/client.rbs', line 1481
def task_type: () -> ("ON_DEMAND_AUDIT_TASK" | "SCHEDULED_AUDIT_TASK")
|