Class: Aws::GuardDuty::Types::UpdateFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateFilterResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the filter.
Instance Attribute Details
#name ⇒ String
The name of the filter.
5551 5552 5553 5554 5555 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5551 class UpdateFilterResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |