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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



1263
1264
1265
1266
1267
# File 'lib/aws-sdk-support/types.rb', line 1263

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