Class: Aws::Macie2::Types::CreateFindingsFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CreateFindingsFilterResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about a findings filter that was created in response to a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1378 class CreateFindingsFilterResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1378 class CreateFindingsFilterResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |