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)


2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
# File 'lib/aws-sdk-guardduty/types.rb', line 2910

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.



2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
# File 'lib/aws-sdk-guardduty/types.rb', line 2910

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.



2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
# File 'lib/aws-sdk-guardduty/types.rb', line 2910

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)


2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
# File 'lib/aws-sdk-guardduty/types.rb', line 2910

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)


2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
# File 'lib/aws-sdk-guardduty/types.rb', line 2910

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)


2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
# File 'lib/aws-sdk-guardduty/types.rb', line 2910

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


2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
# File 'lib/aws-sdk-guardduty/types.rb', line 2910

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)


2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
# File 'lib/aws-sdk-guardduty/types.rb', line 2910

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