Class: Aws::Inspector::Types::SetTagsForResourceRequest

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 of the assessment template that you want to set tags to.

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2547

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

#tagsArray<Types::Tag>

A collection of key and value pairs that you want to set to the assessment template.

Returns:



2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2547

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