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

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

Overview

UpdateFilter response object.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter.

Returns:

  • (String)


2778
2779
2780
2781
# File 'lib/aws-sdk-guardduty/types.rb', line 2778

class UpdateFilterResponse < Struct.new(
  :name)
  include Aws::Structure
end