Class: Aws::ResilienceHub::Types::UnsupportedResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UnsupportedResource
- 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
-
#logical_resource_id ⇒ Types::LogicalResourceId
Logical resource identifier for the unsupported resource.
-
#physical_resource_id ⇒ Types::PhysicalResourceId
Physical resource identifier for the unsupported resource.
-
#resource_type ⇒ String
The type of resource.
-
#unsupported_resource_status ⇒ String
The status of the unsupported resource.
Instance Attribute Details
#logical_resource_id ⇒ Types::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_id ⇒ Types::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_type ⇒ String
The type of 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 |
#unsupported_resource_status ⇒ String
The status of 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 |