Class: Aws::GuardDuty::Types::GetThreatIntelSetResponse

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

#expected_bucket_ownerString

The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter. This field appears in the response only if it was provided during ThreatIntelSet creation or update.

Returns:

  • (String)


7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7182

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the threatIntelSet.

Returns:

  • (String)


7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7182

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The URI of the file that contains the ThreatIntelSet.

Returns:

  • (String)


7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7182

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.

Returns:

  • (String)


7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7182

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of threatIntelSet file uploaded.

Returns:

  • (String)


7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7182

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the threat list resource.

Returns:

  • (Hash<String,String>)


7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7182

class GetThreatIntelSetResponse < Struct.new(
  :name,
  :format,
  :location,
  :status,
  :tags,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end