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)


8063
8064
8065
8066
8067
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8063

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