Class: Aws::Support::Types::DescribeTrustedAdvisorCheckRefreshStatusesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeTrustedAdvisorCheckRefreshStatusesResponse
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statuses ⇒ Array<Types::TrustedAdvisorCheckRefreshStatus>
The refresh status of the specified Trusted Advisor checks.
Instance Attribute Details
#statuses ⇒ Array<Types::TrustedAdvisorCheckRefreshStatus>
The refresh status of the specified Trusted Advisor checks.
878 879 880 881 882 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 878 class DescribeTrustedAdvisorCheckRefreshStatusesResponse < Struct.new( :statuses) SENSITIVE = [] include Aws::Structure end |