Class: Aws::ARCRegionswitch::Types::ResourceWarning

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


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_nameString

The name of the step for the resource warning.

Returns:

  • (String)


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

#versionString

The version for the resource warning.

Returns:

  • (String)


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_messageString

The warning message about what needs to be corrected.

Returns:

  • (String)


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_statusString

The status of the resource warning.

Returns:

  • (String)


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_timeTime

The timestamp when the warning was last updated.

Returns:

  • (Time)


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

#workflowTypes::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