Class: Aws::Support::Types::RefreshTrustedAdvisorCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::RefreshTrustedAdvisorCheckResponse
- 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
-
#status ⇒ Types::TrustedAdvisorCheckRefreshStatus
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
Instance Attribute Details
#status ⇒ Types::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 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1263 class RefreshTrustedAdvisorCheckResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |