Class: Aws::GuardDuty::Types::GetDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetDetectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ String
The timestamp of when the detector was created.
-
#data_sources ⇒ Types::DataSourceConfigurationsResult
Describes which data sources are enabled for the detector.
-
#features ⇒ Array<Types::DetectorFeatureConfigurationResult>
Describes the features that have been enabled for the detector.
-
#finding_publishing_frequency ⇒ String
The publishing frequency of the finding.
-
#service_role ⇒ String
The GuardDuty service role.
-
#status ⇒ String
The detector status.
-
#tags ⇒ Hash<String,String>
The tags of the detector resource.
-
#updated_at ⇒ String
The last-updated timestamp for the detector.
Instance Attribute Details
#created_at ⇒ String
The timestamp of when the detector was created.
3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3578 class GetDetectorResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at, :data_sources, :tags, :features) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Types::DataSourceConfigurationsResult
Describes which data sources are enabled for the detector.
3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3578 class GetDetectorResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at, :data_sources, :tags, :features) SENSITIVE = [] include Aws::Structure end |
#features ⇒ Array<Types::DetectorFeatureConfigurationResult>
Describes the features that have been enabled for the detector.
3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3578 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_frequency ⇒ String
The publishing frequency of the finding.
3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3578 class GetDetectorResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at, :data_sources, :tags, :features) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The GuardDuty service role.
3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3578 class GetDetectorResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at, :data_sources, :tags, :features) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The detector status.
3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3578 class GetDetectorResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at, :data_sources, :tags, :features) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the detector resource.
3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3578 class GetDetectorResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at, :data_sources, :tags, :features) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ String
The last-updated timestamp for the detector.
3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3578 class GetDetectorResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at, :data_sources, :tags, :features) SENSITIVE = [] include Aws::Structure end |