Class: Aws::Macie2::Types::UpdateFindingsFilterResponse

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 updated in response to a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


6519
6520
6521
6522
6523
6524
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6519

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

#idString

Returns:

  • (String)


6519
6520
6521
6522
6523
6524
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6519

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