Class: Aws::Support::Types::RefreshTrustedAdvisorCheckRequest

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_idString

The unique identifier for the Trusted Advisor check to refresh.

Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

Returns:

  • (String)


1238
1239
1240
1241
1242
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1238

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