Class: Aws::Support::Types::DescribeTrustedAdvisorCheckSummariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeTrustedAdvisorCheckSummariesResponse
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summaries ⇒ Array<Types::TrustedAdvisorCheckSummary>
The summary information for the requested Trusted Advisor checks.
Instance Attribute Details
#summaries ⇒ Array<Types::TrustedAdvisorCheckSummary>
The summary information for the requested Trusted Advisor checks.
1145 1146 1147 1148 1149 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1145 class DescribeTrustedAdvisorCheckSummariesResponse < Struct.new( :summaries) SENSITIVE = [] include Aws::Structure end |