Class: Aws::GuardDuty::Types::ListTagsForResourceRequest

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

#resource_arnString

The Amazon Resource Name (ARN) for the given GuardDuty resource.

Returns:

  • (String)


4979
4980
4981
4982
4983
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4979

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