Class: Aws::ConfigService::Types::StartResourceEvaluationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request.

Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.

Returns:

  • (String)


7942
7943
7944
7945
7946
7947
7948
7949
7950
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7942

class StartResourceEvaluationRequest < Struct.new(
  :resource_details,
  :evaluation_context,
  :evaluation_mode,
  :evaluation_timeout,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_contextTypes::EvaluationContext

Returns an EvaluationContext object.



7942
7943
7944
7945
7946
7947
7948
7949
7950
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7942

class StartResourceEvaluationRequest < Struct.new(
  :resource_details,
  :evaluation_context,
  :evaluation_mode,
  :evaluation_timeout,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_modeString

The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.

Returns:

  • (String)


7942
7943
7944
7945
7946
7947
7948
7949
7950
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7942

class StartResourceEvaluationRequest < Struct.new(
  :resource_details,
  :evaluation_context,
  :evaluation_mode,
  :evaluation_timeout,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_timeoutInteger

The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.

Returns:

  • (Integer)


7942
7943
7944
7945
7946
7947
7948
7949
7950
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7942

class StartResourceEvaluationRequest < Struct.new(
  :resource_details,
  :evaluation_context,
  :evaluation_mode,
  :evaluation_timeout,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_detailsTypes::ResourceDetails

Returns a ResourceDetails object.



7942
7943
7944
7945
7946
7947
7948
7949
7950
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7942

class StartResourceEvaluationRequest < Struct.new(
  :resource_details,
  :evaluation_context,
  :evaluation_mode,
  :evaluation_timeout,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end