Class: Aws::Inspector::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN that specifies the assessment template whose tags you want to list.

Returns:

  • (String)


2157
2158
2159
2160
2161
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2157

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