Class: Aws::GuardDuty::Types::GetTrustedEntitySetRequest

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

#detector_idString

The unique ID of the GuardDuty detector associated with this trusted entity set.

Returns:

  • (String)


4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4872

class GetTrustedEntitySetRequest < Struct.new(
  :detector_id,
  :trusted_entity_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_entity_set_idString

The unique ID that helps GuardDuty identify the trusted entity set.

Returns:

  • (String)


4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4872

class GetTrustedEntitySetRequest < Struct.new(
  :detector_id,
  :trusted_entity_set_id)
  SENSITIVE = []
  include Aws::Structure
end