Class: Aws::Macie2::Types::RetrievalConfiguration

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

Overview

Provides information about the access method and settings that are used to retrieve occurrences of sensitive data reported by findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_idString

Returns:

  • (String)


5234
5235
5236
5237
5238
5239
5240
# File 'lib/aws-sdk-macie2/types.rb', line 5234

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

#retrieval_modeString

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

Returns:

  • (String)


5234
5235
5236
5237
5238
5239
5240
# File 'lib/aws-sdk-macie2/types.rb', line 5234

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

#role_nameString

Returns:

  • (String)


5234
5235
5236
5237
5238
5239
5240
# File 'lib/aws-sdk-macie2/types.rb', line 5234

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