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

#statusString

The current status of dependency discovery.

Returns:

  • (String)


1032
1033
1034
1035
1036
1037
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1032

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

#updated_atTime

The timestamp when dependency discovery was last updated.

Returns:

  • (Time)


1032
1033
1034
1035
1036
1037
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1032

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