Class: Aws::Support::Types::DescribeTrustedAdvisorCheckResultResponse

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

Instance Attribute Details

#resultTypes::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