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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/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.



5624
5625
5626
5627
5628
5629
5630
5631
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5624

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.



5624
5625
5626
5627
5628
5629
5630
5631
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5624

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)


5624
5625
5626
5627
5628
5629
5630
5631
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5624

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)


5624
5625
5626
5627
5628
5629
5630
5631
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5624

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