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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1463

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