Class: Aws::ARCRegionswitch::Types::GetPlanEvaluationStatusResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_stateString

The evaluation state for the plan.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 879

class GetPlanEvaluationStatusResponse < Struct.new(
  :plan_arn,
  :last_evaluation_time,
  :last_evaluated_version,
  :region,
  :evaluation_state,
  :warnings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#last_evaluated_versionString

The version of the last evaluation of the plan.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 879

class GetPlanEvaluationStatusResponse < Struct.new(
  :plan_arn,
  :last_evaluation_time,
  :last_evaluated_version,
  :region,
  :evaluation_state,
  :warnings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#last_evaluation_timeTime

The time of the last time that Region switch ran an evaluation of the plan.

Returns:

  • (Time)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 879

class GetPlanEvaluationStatusResponse < Struct.new(
  :plan_arn,
  :last_evaluation_time,
  :last_evaluated_version,
  :region,
  :evaluation_state,
  :warnings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 879

class GetPlanEvaluationStatusResponse < Struct.new(
  :plan_arn,
  :last_evaluation_time,
  :last_evaluated_version,
  :region,
  :evaluation_state,
  :warnings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#plan_arnString

The Amazon Resource Name (ARN) of the plan.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 879

class GetPlanEvaluationStatusResponse < Struct.new(
  :plan_arn,
  :last_evaluation_time,
  :last_evaluated_version,
  :region,
  :evaluation_state,
  :warnings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region for the plan.

Returns:

  • (String)


879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 879

class GetPlanEvaluationStatusResponse < Struct.new(
  :plan_arn,
  :last_evaluation_time,
  :last_evaluated_version,
  :region,
  :evaluation_state,
  :warnings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#warningsArray<Types::ResourceWarning>

The current evaluation warnings for the plan.

Returns:



879
880
881
882
883
884
885
886
887
888
889
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 879

class GetPlanEvaluationStatusResponse < Struct.new(
  :plan_arn,
  :last_evaluation_time,
  :last_evaluated_version,
  :region,
  :evaluation_state,
  :warnings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end