Class: Aws::Types::StartResourceEvaluationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartResourceEvaluationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#evaluation_context ⇒ Types::EvaluationContext
Returns the value of attribute evaluation_context.
-
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
Returns the value of attribute evaluation_mode.
-
#evaluation_timeout ⇒ ::Integer
Returns the value of attribute evaluation_timeout.
-
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def client_token @client_token end |
#evaluation_context ⇒ Types::EvaluationContext
Returns the value of attribute evaluation_context.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def evaluation_context @evaluation_context end |
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
Returns the value of attribute evaluation_mode.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def evaluation_mode @evaluation_mode end |
#evaluation_timeout ⇒ ::Integer
Returns the value of attribute evaluation_timeout.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def evaluation_timeout @evaluation_timeout end |
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def resource_details @resource_details end |