Class: Aws::GuardDuty::Types::CreateFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateFilterResponse
- 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 successfully created filter.
Instance Attribute Details
#name ⇒ String
The name of the successfully created filter.
1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1489 class CreateFilterResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |