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

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

Overview

GetDetector response object.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

The first time a resource was created. The format will be ISO-8601.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-guardduty/types.rb', line 1128

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  include Aws::Structure
end

#finding_publishing_frequencyString

A enum value that specifies how frequently customer got Finding updates published.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-guardduty/types.rb', line 1128

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  include Aws::Structure
end

#service_roleString

Customer serviceRole name or ARN for accessing customer resources

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-guardduty/types.rb', line 1128

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  include Aws::Structure
end

#statusString

The status of detector.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-guardduty/types.rb', line 1128

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  include Aws::Structure
end

#updated_atString

The first time a resource was created. The format will be ISO-8601.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-guardduty/types.rb', line 1128

class GetDetectorResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  include Aws::Structure
end