Class: Aws::Types::StartResourceEvaluationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2205
2206
2207
# File 'sig/types.rbs', line 2205

def client_token
  @client_token
end

#evaluation_contextTypes::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.

Returns:

  • ("DETECTIVE", "PROACTIVE")


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.

Returns:

  • (::Integer)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def evaluation_timeout
  @evaluation_timeout
end

#resource_detailsTypes::ResourceDetails

Returns the value of attribute resource_details.



2201
2202
2203
# File 'sig/types.rbs', line 2201

def resource_details
  @resource_details
end