Class: Aws::GuardDuty::Types::GetThreatEntitySetResponse

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

#created_atTime

The timestamp when the associated threat entity set was created.

Returns:

  • (Time)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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

#error_detailsString

The error details when the status is shown as ERROR.

Returns:

  • (String)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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

#expected_bucket_ownerString

The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.

Returns:

  • (String)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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

#formatString

The format of the file that contains the threat entity set.

Returns:

  • (String)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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

#locationString

The URI of the file that contains the threat entity set.

Returns:

  • (String)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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

#nameString

The name of the threat entity set associated with the specified threatEntitySetId.

Returns:

  • (String)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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

#statusString

The status of the associated threat entity set.

Returns:

  • (String)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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

#tagsHash<String,String>

The tags associated with the threat entity set resource.

Returns:

  • (Hash<String,String>)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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

#updated_atTime

The timestamp when the associated threat entity set was updated.

Returns:

  • (Time)


4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4761

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