Class: Aws::Macie2::Types::UpdateMacieSessionRequest

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

Overview

Changes the status or configuration settings for an Amazon Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_publishing_frequencyString

The frequency with which Amazon Macie publishes updates to policy findings for an account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events). For more information, see [Monitoring and processing findings] in the *Amazon Macie User Guide*. Valid values are:

[1]: docs.aws.amazon.com/macie/latest/user/findings-monitor.html

Returns:

  • (String)


6693
6694
6695
6696
6697
6698
# File 'lib/aws-sdk-macie2/types.rb', line 6693

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

#statusString

The status of an Amazon Macie account. Valid values are:

Returns:

  • (String)


6693
6694
6695
6696
6697
6698
# File 'lib/aws-sdk-macie2/types.rb', line 6693

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