Class: Aws::VerifiedPermissions::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::TagResourceInput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource that you're adding tags to.
-
#tags ⇒ Hash<String,String>
The list of key-value pairs to associate with the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource that you're adding tags to.
4240 4241 4242 4243 4244 4245 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4240 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of key-value pairs to associate with the resource.
4240 4241 4242 4243 4244 4245 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4240 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |