Class: Aws::GuardDuty::Types::UpdateTrustedEntitySetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateTrustedEntitySetRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
A boolean value that indicates whether GuardDuty is to start using this updated trusted entity set.
-
#detector_id ⇒ String
The unique ID of the GuardDuty detector associated with the threat entity set that you want to update.
-
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
-
#location ⇒ String
The URI of the file that contains the trusted entity set.
-
#name ⇒ String
A user-friendly name to identify the trusted entity set.
-
#trusted_entity_set_id ⇒ String
The ID returned by GuardDuty after updating the trusted entity set resource.
Instance Attribute Details
#activate ⇒ Boolean
A boolean value that indicates whether GuardDuty is to start using this updated trusted entity set. After you update an entity set, you will need to activate it again. It might take up to 15 minutes for the updated entity set to be effective.
15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15645 class UpdateTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id, :name, :location, :expected_bucket_owner, :activate) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The unique ID of the GuardDuty detector associated with the threat entity set that you want to update.
To find the detectorId in the current Region, see the Settings
page in the GuardDuty console, or run the ListDetectors API.
15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15645 class UpdateTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id, :name, :location, :expected_bucket_owner, :activate) SENSITIVE = [] include Aws::Structure end |
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15645 class UpdateTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id, :name, :location, :expected_bucket_owner, :activate) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URI of the file that contains the trusted entity set.
15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15645 class UpdateTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id, :name, :location, :expected_bucket_owner, :activate) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A user-friendly name to identify the trusted entity set.
The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).
15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15645 class UpdateTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id, :name, :location, :expected_bucket_owner, :activate) SENSITIVE = [] include Aws::Structure end |
#trusted_entity_set_id ⇒ String
The ID returned by GuardDuty after updating the trusted entity set resource.
15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15645 class UpdateTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id, :name, :location, :expected_bucket_owner, :activate) SENSITIVE = [] include Aws::Structure end |