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

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

#created_atString

The timestamp of when the detector was created.

Returns:

  • (String)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3214

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.



3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3214

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.



3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3214

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)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3214

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)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3214

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)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3214

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>)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3214

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)


3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3214

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