Class: Aws::Support::Types::DescribeTrustedAdvisorCheckResultResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeTrustedAdvisorCheckResultResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
1117 1118 1119 1120 1121 |
# File 'lib/aws-sdk-support/types.rb', line 1117 class DescribeTrustedAdvisorCheckResultResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |