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.
1600 1601 1602 1603 1604 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1600 class CreateFilterResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |