Class: Aws::Detective::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the behavior graph for which to retrieve the tag values.

Returns:

  • (String)


1207
1208
1209
1210
1211
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1207

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