Class: Aws::Types::DescribeAuditTaskResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_details::Hash[::String, Types::AuditCheckDetails]

Returns the value of attribute audit_details.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def task_start_time
  @task_start_time
end

#task_statisticsTypes::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.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED", "CANCELED")


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.

Returns:

  • ("ON_DEMAND_AUDIT_TASK", "SCHEDULED_AUDIT_TASK")


1639
1640
1641
# File 'sig/types.rbs', line 1639

def task_type
  @task_type
end