Class: Aws::Macie2::Types::CreateFindingsFilterResponse

Inherits:
Struct
  • Object
show all
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

#arnString

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1477

class CreateFindingsFilterResponse < Struct.new(
  :arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1477

class CreateFindingsFilterResponse < Struct.new(
  :arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end