Class: Aws::ResilienceHub::Types::ResourceIdentifier

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

Overview

Defines a resource identifier for the drifted resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_idTypes::LogicalResourceId

Logical identifier of the drifted resource.



5876
5877
5878
5879
5880
5881
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5876

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

#resource_typeString

Type of the drifted resource.

Returns:

  • (String)


5876
5877
5878
5879
5880
5881
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5876

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