Class: Aws::Support::Types::DescribeTrustedAdvisorCheckRefreshStatusesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#check_idsArray<String>

The IDs of the Trusted Advisor checks to get the status.

If you specify the check ID of a check that is automatically refreshed, you might see an InvalidParameterValue error.

Returns:

  • (Array<String>)


1035
1036
1037
1038
1039
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1035

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