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)


4853
4854
4855
4856
4857
4858
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4853

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)


4853
4854
4855
4856
4857
4858
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4853

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