Class: Aws::Resiliencehubv2::Types::DependencyDiscoveryConfig

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

Overview

Configuration for dependency discovery on a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eligible_resource_countInteger

The count of resources eligible for dependency attribution.

Returns:

  • (Integer)


1047
1048
1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1047

class DependencyDiscoveryConfig < Struct.new(
  :status,
  :updated_at,
  :eligible_resource_count,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A status message for dependency discovery, displayed during the initialization state.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1047

class DependencyDiscoveryConfig < Struct.new(
  :status,
  :updated_at,
  :eligible_resource_count,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of dependency discovery.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1047

class DependencyDiscoveryConfig < Struct.new(
  :status,
  :updated_at,
  :eligible_resource_count,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when dependency discovery was last updated.

Returns:

  • (Time)


1047
1048
1049
1050
1051
1052
1053
1054
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1047

class DependencyDiscoveryConfig < Struct.new(
  :status,
  :updated_at,
  :eligible_resource_count,
  :message)
  SENSITIVE = []
  include Aws::Structure
end