Class: Aws::Support::Types::DescribeTrustedAdvisorCheckRefreshStatusesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeTrustedAdvisorCheckRefreshStatusesRequest
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
Note:
When making an API call, you may pass DescribeTrustedAdvisorCheckRefreshStatusesRequest data as a hash:
{
check_ids: ["String"], # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#check_ids ⇒ Array<String>
The IDs of the Trusted Advisor checks to get the status.
Instance Attribute Details
#check_ids ⇒ Array<String>
The IDs of the Trusted Advisor checks to get the status.
InvalidParameterValue
error.
963 964 965 966 967 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 963 class DescribeTrustedAdvisorCheckRefreshStatusesRequest < Struct.new( :check_ids) SENSITIVE = [] include Aws::Structure end |