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

The logical resource identifier for the unsupported resource.



4885
4886
4887
4888
4889
4890
4891
4892
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4885

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

#physical_resource_idTypes::PhysicalResourceId

The physical resource identifier for the unsupported resource.



4885
4886
4887
4888
4889
4890
4891
4892
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4885

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)


4885
4886
4887
4888
4889
4890
4891
4892
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4885

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)


4885
4886
4887
4888
4889
4890
4891
4892
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4885

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