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)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2057

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)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2057

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)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2057

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)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2057

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)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2057

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)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2057

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.



2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2057

class ResourceWarning < Struct.new(
  :workflow,
  :version,
  :step_name,
  :resource_arn,
  :warning_status,
  :warning_updated_time,
  :warning_message)
  SENSITIVE = []
  include Aws::Structure
end