Class: Aws::Types::AuditCheckDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#check_compliantBoolean

Returns the value of attribute check_compliant.

Returns:

  • (Boolean)


215
216
217
# File 'sig/types.rbs', line 215

def check_compliant
  @check_compliant
end

#check_run_status"IN_PROGRESS", ...

Returns the value of attribute check_run_status.

Returns:

  • ("IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED", "COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", "FAILED")


214
215
216
# File 'sig/types.rbs', line 214

def check_run_status
  @check_run_status
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def message
  @message
end

#non_compliant_resources_count::Integer

Returns the value of attribute non_compliant_resources_count.

Returns:

  • (::Integer)


217
218
219
# File 'sig/types.rbs', line 217

def non_compliant_resources_count
  @non_compliant_resources_count
end

#suppressed_non_compliant_resources_count::Integer

Returns the value of attribute suppressed_non_compliant_resources_count.

Returns:

  • (::Integer)


218
219
220
# File 'sig/types.rbs', line 218

def suppressed_non_compliant_resources_count
  @suppressed_non_compliant_resources_count
end

#total_resources_count::Integer

Returns the value of attribute total_resources_count.

Returns:

  • (::Integer)


216
217
218
# File 'sig/types.rbs', line 216

def total_resources_count
  @total_resources_count
end