Class: Aws::Macie2::Types::GetAutomatedDiscoveryConfigurationResponse

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

Overview

Provides information about the configuration settings for performing automated sensitive data discovery for an Amazon Macie account, and the status of the configuration for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#classification_scope_idString

The unique identifier the classification scope.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2590

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :classification_scope_id,
  :disabled_at,
  :first_enabled_at,
  :last_updated_at,
  :sensitivity_inspection_template_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#disabled_atTime

Specifies a date and time in UTC and extended ISO 8601 format.

Returns:

  • (Time)


2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2590

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :classification_scope_id,
  :disabled_at,
  :first_enabled_at,
  :last_updated_at,
  :sensitivity_inspection_template_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#first_enabled_atTime

Specifies a date and time in UTC and extended ISO 8601 format.

Returns:

  • (Time)


2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2590

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :classification_scope_id,
  :disabled_at,
  :first_enabled_at,
  :last_updated_at,
  :sensitivity_inspection_template_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Specifies a date and time in UTC and extended ISO 8601 format.

Returns:

  • (Time)


2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2590

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :classification_scope_id,
  :disabled_at,
  :first_enabled_at,
  :last_updated_at,
  :sensitivity_inspection_template_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#sensitivity_inspection_template_idString

The unique identifier for the sensitivity inspection template.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2590

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :classification_scope_id,
  :disabled_at,
  :first_enabled_at,
  :last_updated_at,
  :sensitivity_inspection_template_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the automated sensitive data discovery configuration for an Amazon Macie account. Valid values are:

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2590

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :classification_scope_id,
  :disabled_at,
  :first_enabled_at,
  :last_updated_at,
  :sensitivity_inspection_template_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end