Class: Aws::ARCRegionswitch::Types::ResourceWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::ResourceWarning
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Represents a warning about a resource in a Region switch plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#step_name ⇒ String
The name of the step for the resource warning.
-
#version ⇒ String
The version for the resource warning.
-
#warning_message ⇒ String
The warning message about what needs to be corrected.
-
#warning_status ⇒ String
The status of the resource warning.
-
#warning_updated_time ⇒ Time
The timestamp when the warning was last updated.
-
#workflow ⇒ Types::MinimalWorkflow
The workflow for the resource warning.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1720 class ResourceWarning < Struct.new( :workflow, :version, :step_name, :resource_arn, :warning_status, :warning_updated_time, :warning_message) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of the step for the resource warning.
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1720 class ResourceWarning < Struct.new( :workflow, :version, :step_name, :resource_arn, :warning_status, :warning_updated_time, :warning_message) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version for the resource warning.
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1720 class ResourceWarning < Struct.new( :workflow, :version, :step_name, :resource_arn, :warning_status, :warning_updated_time, :warning_message) SENSITIVE = [] include Aws::Structure end |
#warning_message ⇒ String
The warning message about what needs to be corrected.
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1720 class ResourceWarning < Struct.new( :workflow, :version, :step_name, :resource_arn, :warning_status, :warning_updated_time, :warning_message) SENSITIVE = [] include Aws::Structure end |
#warning_status ⇒ String
The status of the resource warning.
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1720 class ResourceWarning < Struct.new( :workflow, :version, :step_name, :resource_arn, :warning_status, :warning_updated_time, :warning_message) SENSITIVE = [] include Aws::Structure end |
#warning_updated_time ⇒ Time
The timestamp when the warning was last updated.
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1720 class ResourceWarning < Struct.new( :workflow, :version, :step_name, :resource_arn, :warning_status, :warning_updated_time, :warning_message) SENSITIVE = [] include Aws::Structure end |
#workflow ⇒ Types::MinimalWorkflow
The workflow for the resource warning.
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1720 class ResourceWarning < Struct.new( :workflow, :version, :step_name, :resource_arn, :warning_status, :warning_updated_time, :warning_message) SENSITIVE = [] include Aws::Structure end |