Class: Aws::Support::Types::DescribeTrustedAdvisorChecksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeTrustedAdvisorChecksResponse
- 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
-
#checks ⇒ Array<Types::TrustedAdvisorCheckDescription>
Information about all available Trusted Advisor checks.
Instance Attribute Details
#checks ⇒ Array<Types::TrustedAdvisorCheckDescription>
Information about all available Trusted Advisor checks.
1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1198 class DescribeTrustedAdvisorChecksResponse < Struct.new( :checks) SENSITIVE = [] include Aws::Structure end |