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

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

Instance Attribute Details

#resultTypes::TrustedAdvisorCheckResult

The detailed results of the Trusted Advisor check.



1108
1109
1110
1111
1112
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1108

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