Class: Aws::ResilienceHub::Types::UnsupportedResource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Defines a resource that is not supported by Resilience Hub.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_idTypes::LogicalResourceId

Logical resource identifier for the unsupported resource.



6427
6428
6429
6430
6431
6432
6433
6434
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6427

class UnsupportedResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :unsupported_resource_status)
  SENSITIVE = []
  include Aws::Structure
end

#physical_resource_idTypes::PhysicalResourceId

Physical resource identifier for the unsupported resource.



6427
6428
6429
6430
6431
6432
6433
6434
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6427

class UnsupportedResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :unsupported_resource_status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource.

Returns:

  • (String)


6427
6428
6429
6430
6431
6432
6433
6434
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6427

class UnsupportedResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :unsupported_resource_status)
  SENSITIVE = []
  include Aws::Structure
end

#unsupported_resource_statusString

The status of the unsupported resource.

Returns:

  • (String)


6427
6428
6429
6430
6431
6432
6433
6434
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6427

class UnsupportedResource < Struct.new(
  :logical_resource_id,
  :physical_resource_id,
  :resource_type,
  :unsupported_resource_status)
  SENSITIVE = []
  include Aws::Structure
end