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.
14275 14276 14277 14278 14279 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 14275 class UpdateFilterResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |