Class: Aws::FMS::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists.

Returns:

  • (String)


4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4797

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

#tag_listArray<Types::Tag>

The tags to add to the resource.

Returns:



4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4797

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