Class: Aws::Support::Types::RefreshTrustedAdvisorCheckResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

The current refresh status of a Trusted Advisor check.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::TrustedAdvisorCheckRefreshStatus

The current refresh status for a check, including the amount of time until the check is eligible for refresh.



1253
1254
1255
1256
1257
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1253

class RefreshTrustedAdvisorCheckResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end