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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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

InstanceArn that was scanned in the scan entry.

Returns:

  • (String)


6505
6506
6507
6508
6509
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6505

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