Class: Aws::GuardDuty::Types::GetDetectorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

The timestamp of when the detector was created.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-guardduty/types.rb', line 3316

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at,
  :data_sources,
  :tags,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourcesTypes::DataSourceConfigurationsResult

Describes which data sources are enabled for the detector.



3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-guardduty/types.rb', line 3316

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at,
  :data_sources,
  :tags,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#featuresArray<Types::DetectorFeatureConfigurationResult>

Describes the features that have been enabled for the detector.



3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-guardduty/types.rb', line 3316

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at,
  :data_sources,
  :tags,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#finding_publishing_frequencyString

The publishing frequency of the finding.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-guardduty/types.rb', line 3316

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at,
  :data_sources,
  :tags,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

The GuardDuty service role.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-guardduty/types.rb', line 3316

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at,
  :data_sources,
  :tags,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The detector status.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-guardduty/types.rb', line 3316

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at,
  :data_sources,
  :tags,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the detector resource.

Returns:

  • (Hash<String,String>)


3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-guardduty/types.rb', line 3316

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at,
  :data_sources,
  :tags,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atString

The last-updated timestamp for the detector.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-guardduty/types.rb', line 3316

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at,
  :data_sources,
  :tags,
  :features)
  SENSITIVE = []
  include Aws::Structure
end