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)


1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1971

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)


1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1971

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)


1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1971

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)


1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1971

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)


1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1971

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)


1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1971

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.



1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1971

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