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

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 successfully created filter.

Returns:

  • (String)


1463
1464
1465
1466
1467
# File 'lib/aws-sdk-guardduty/types.rb', line 1463

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