Class: Aws::ResilienceHub::Types::ResourceDrift

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

Overview

Indicates the resources that have drifted in the current application version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

Amazon Resource Name (ARN) of the application whose resources have drifted. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

Returns:

  • (String)


5810
5811
5812
5813
5814
5815
5816
5817
5818
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5810

class ResourceDrift < Struct.new(
  :app_arn,
  :app_version,
  :diff_type,
  :reference_id,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#app_versionString

Version of the application whose resources have drifted.

Returns:

  • (String)


5810
5811
5812
5813
5814
5815
5816
5817
5818
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5810

class ResourceDrift < Struct.new(
  :app_arn,
  :app_version,
  :diff_type,
  :reference_id,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#diff_typeString

Indicates if the resource was added or removed.

Returns:

  • (String)


5810
5811
5812
5813
5814
5815
5816
5817
5818
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5810

class ResourceDrift < Struct.new(
  :app_arn,
  :app_version,
  :diff_type,
  :reference_id,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idString

Reference identifier of the resource drift.

Returns:

  • (String)


5810
5811
5812
5813
5814
5815
5816
5817
5818
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5810

class ResourceDrift < Struct.new(
  :app_arn,
  :app_version,
  :diff_type,
  :reference_id,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierTypes::ResourceIdentifier

Identifier of the drifted resource.



5810
5811
5812
5813
5814
5815
5816
5817
5818
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5810

class ResourceDrift < Struct.new(
  :app_arn,
  :app_version,
  :diff_type,
  :reference_id,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end