Class: Aws::Glue::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the Glue resource to which to add the tags.
-
#tags_to_add ⇒ Hash<String,String>
Tags to add to this resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the Glue resource to which to add the tags. For more information about Glue resource ARNs, see the Glue ARN string pattern.
18831 18832 18833 18834 18835 18836 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18831 class TagResourceRequest < Struct.new( :resource_arn, :tags_to_add) SENSITIVE = [] include Aws::Structure end |
#tags_to_add ⇒ Hash<String,String>
Tags to add to this resource.
18831 18832 18833 18834 18835 18836 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18831 class TagResourceRequest < Struct.new( :resource_arn, :tags_to_add) SENSITIVE = [] include Aws::Structure end |