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

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

Returns:

  • (String)


7660
7661
7662
7663
7664
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7660

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