Class: Aws::Types::GetPlanEvaluationStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_state"passed", ...

Returns the value of attribute evaluation_state.

Returns:

  • ("passed", "actionRequired", "pendingEvaluation", "unknown")


344
345
346
# File 'sig/types.rbs', line 344

def evaluation_state
  @evaluation_state
end

#last_evaluated_version::String

Returns the value of attribute last_evaluated_version.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def last_evaluated_version
  @last_evaluated_version
end

#last_evaluation_time::Time

Returns the value of attribute last_evaluation_time.

Returns:

  • (::Time)


341
342
343
# File 'sig/types.rbs', line 341

def last_evaluation_time
  @last_evaluation_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def next_token
  @next_token
end

#plan_arn::String

Returns the value of attribute plan_arn.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def plan_arn
  @plan_arn
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def region
  @region
end

#warnings::Array[Types::ResourceWarning]

Returns the value of attribute warnings.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def warnings
  @warnings
end