Class: Aws::GuardDuty::Types::GetDetectorRequest

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 you want to get.

Returns:

  • (String)


3174
3175
3176
3177
3178
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3174

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