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.



5524
5525
5526
5527
5528
5529
5530
5531
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5524

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.



5524
5525
5526
5527
5528
5529
5530
5531
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5524

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)


5524
5525
5526
5527
5528
5529
5530
5531
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5524

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)


5524
5525
5526
5527
5528
5529
5530
5531
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5524

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