paws.management (version 0.1.0)

support_describe_trusted_advisor_check_summaries: Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs

Description

Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

Usage

support_describe_trusted_advisor_check_summaries(checkIds)

Arguments

checkIds

[required] The IDs of the Trusted Advisor checks.

Request syntax

svc$describe_trusted_advisor_check_summaries(
  checkIds = list(
    "string"
  )
)

Details

The response contains an array of TrustedAdvisorCheckSummary objects.