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 and status of automated sensitive data discovery for an organization in Amazon Macie or a standalone Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_organization_membersString

Specifies whether to automatically enable automated sensitive data discovery for accounts that are part of an organization in Amazon Macie. Valid values are:

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2692

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

#classification_scope_idString

The unique identifier the classification scope.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2692

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :auto_enable_organization_members,
  :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)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2692

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :auto_enable_organization_members,
  :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)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2692

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :auto_enable_organization_members,
  :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)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2692

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :auto_enable_organization_members,
  :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)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2692

class GetAutomatedDiscoveryConfigurationResponse < Struct.new(
  :auto_enable_organization_members,
  :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 organization in Amazon Macie or a standalone Macie account. Valid values are:

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2692

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