Class: Aws::Macie2::Types::GetSensitiveDataOccurrencesAvailabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetSensitiveDataOccurrencesAvailabilityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about whether occurrences of sensitive data can be retrieved for a finding and, if not, why the data can’t be retrieved.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
Specifies whether occurrences of sensitive data can be retrieved for a finding.
- #reasons ⇒ Array<String>
Instance Attribute Details
#code ⇒ String
Specifies whether occurrences of sensitive data can be retrieved for a finding. Possible values are:
3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-macie2/types.rb', line 3399 class GetSensitiveDataOccurrencesAvailabilityResponse < Struct.new( :code, :reasons) SENSITIVE = [] include Aws::Structure end |
#reasons ⇒ Array<String>
3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-macie2/types.rb', line 3399 class GetSensitiveDataOccurrencesAvailabilityResponse < Struct.new( :code, :reasons) SENSITIVE = [] include Aws::Structure end |