Class: Aws::RedshiftServerless::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to tag.
-
#tags ⇒ Array<Types::Tag>
The map of the key-value pairs used to tag the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to tag.
3531 3532 3533 3534 3535 3536 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3531 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The map of the key-value pairs used to tag the resource.
3531 3532 3533 3534 3535 3536 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3531 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |