Class: Aws::Support::Types::DescribeTrustedAdvisorCheckResultResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeTrustedAdvisorCheckResultResponse
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result ⇒ Types::TrustedAdvisorCheckResult
The detailed results of the Trusted Advisor check.
Instance Attribute Details
#result ⇒ Types::TrustedAdvisorCheckResult
The detailed results of the Trusted Advisor check.
1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1009 class DescribeTrustedAdvisorCheckResultResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |