Class: Aws::Support::Types::DescribeTrustedAdvisorCheckRefreshStatusesResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusesArray<Types::TrustedAdvisorCheckRefreshStatus>

The refresh status of the specified Trusted Advisor checks.



1050
1051
1052
1053
1054
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1050

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