Class: Aws::GuardDuty::Types::CreateTrustedEntitySetResponse

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

#trusted_entity_set_idString

The ID returned by GuardDuty after creation of the trusted entity set resource.

Returns:

  • (String)


2190
2191
2192
2193
2194
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190

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