Class: Aws::FMS::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to return tags for.
-
#tag_list ⇒ Array<Types::Tag>
The tags to add to the resource.
Instance Attribute Details
#resource_arn ⇒ String
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.
5337 5338 5339 5340 5341 5342 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5337 class TagResourceRequest < Struct.new( :resource_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
The tags to add to the resource.
5337 5338 5339 5340 5341 5342 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5337 class TagResourceRequest < Struct.new( :resource_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |