Class: Aws::GuardDuty::Types::GetFilterRequest

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

#detector_idString

The unique ID of the detector that the filter is associated with.

Returns:

  • (String)


3237
3238
3239
3240
3241
3242
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3237

class GetFilterRequest < Struct.new(
  :detector_id,
  :filter_name)
  SENSITIVE = []
  include Aws::Structure
end

#filter_nameString

The name of the filter you want to get.

Returns:

  • (String)


3237
3238
3239
3240
3241
3242
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3237

class GetFilterRequest < Struct.new(
  :detector_id,
  :filter_name)
  SENSITIVE = []
  include Aws::Structure
end