AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetDetector operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.GuardDuty.Model.GetDetectorResponse

Namespace: Amazon.GuardDuty.Model
Assembly: AWSSDK.GuardDuty.dll
Version: 3.x.y.z

Syntax

C#
public class GetDetectorResponse : AmazonWebServiceResponse

The GetDetectorResponse type exposes the following members

Constructors

NameDescription
Public Method GetDetectorResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedAt System.String

Gets and sets the property CreatedAt.

The timestamp of when the detector was created.

Public Property DataSources Amazon.GuardDuty.Model.DataSourceConfigurationsResult

Gets and sets the property DataSources.

Describes which data sources are enabled for the detector.

Public Property Features System.Collections.Generic.List<Amazon.GuardDuty.Model.DetectorFeatureConfigurationResult>

Gets and sets the property Features.

Describes the features that have been enabled for the detector.

Public Property FindingPublishingFrequency Amazon.GuardDuty.FindingPublishingFrequency

Gets and sets the property FindingPublishingFrequency.

The publishing frequency of the finding.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ServiceRole System.String

Gets and sets the property ServiceRole.

The GuardDuty service role.

Public Property Status Amazon.GuardDuty.DetectorStatus

Gets and sets the property Status.

The detector status.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags of the detector resource.

Public Property UpdatedAt System.String

Gets and sets the property UpdatedAt.

The last-updated timestamp for the detector.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5