Class: Aws::Macie2::Types::UpdateRetrievalConfiguration

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

Overview

Specifies the access method and settings to use when retrieving occurrences of sensitive data reported by findings. If your request specifies an Identity and Access Management (IAM) role to assume, Amazon Macie verifies that the role exists and the attached policies are configured correctly. If there’s an issue, Macie returns an error. For information about addressing the issue, see [Configuration options for retrieving sensitive data samples] in the *Amazon Macie User Guide*.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retrieval_modeString

The access method to use when retrieving occurrences of sensitive data reported by findings. Valid values are:

Returns:

  • (String)


6827
6828
6829
6830
6831
6832
# File 'lib/aws-sdk-macie2/types.rb', line 6827

class UpdateRetrievalConfiguration < Struct.new(
  :retrieval_mode,
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end

#role_nameString

Returns:

  • (String)


6827
6828
6829
6830
6831
6832
# File 'lib/aws-sdk-macie2/types.rb', line 6827

class UpdateRetrievalConfiguration < Struct.new(
  :retrieval_mode,
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end