Class: Aws::GuardDuty::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the GuardDuty resource to apply a tag to.
-
#tags ⇒ Hash<String,String>
The tags to be added to a resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the GuardDuty resource to apply a tag to.
6550 6551 6552 6553 6554 6555 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6550 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be added to a resource.
6550 6551 6552 6553 6554 6555 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6550 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |