Class: Aws::Support::Types::DescribeTrustedAdvisorChecksResponse

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

Overview

Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checksArray<Types::TrustedAdvisorCheckDescription>

Information about all available Trusted Advisor checks.



1188
1189
1190
1191
1192
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1188

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