Class: Aws::GuardDuty::Types::ResourceDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Represents the resources that were scanned in the scan entry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

Instance ARN that was scanned in the scan entry.

Returns:

  • (String)


7003
7004
7005
7006
7007
# File 'lib/aws-sdk-guardduty/types.rb', line 7003

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