Class: Aws::GuardDuty::Types::ResourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ResourceDetails
- 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_arn ⇒ String
Instance ARN that was scanned in the scan entry.
Instance Attribute Details
#instance_arn ⇒ String
Instance ARN that was scanned in the scan entry.
7322 7323 7324 7325 7326 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7322 class ResourceDetails < Struct.new( :instance_arn) SENSITIVE = [] include Aws::Structure end |