Class: Aws::GuardDuty::Types::UpdateFilterResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter.

Returns:

  • (String)


5926
5927
5928
5929
5930
# File 'lib/aws-sdk-guardduty/types.rb', line 5926

class UpdateFilterResponse < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end