Class: Aws::GuardDuty::Types::CreateFilterResponse

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

Overview

CreateFilter response object.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the successfully created filter.

Returns:

  • (String)


415
416
417
418
# File 'lib/aws-sdk-guardduty/types.rb', line 415

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