Class: Aws::Inspector2::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon resource number (ARN) of the resource to list tags of.

Returns:

  • (String)


5311
5312
5313
5314
5315
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5311

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