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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5096

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)


5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5096

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

#role_nameString

Returns:

  • (String)


5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5096

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