Method: Aws::SecurityHub::Types::Actor#id
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#id ⇒ String
The ID of the threat actor.
300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-securityhub/types.rb', line 300 class Actor < Struct.new( :id, :user, :session) SENSITIVE = [] include Aws::Structure end |