Class: Aws::WorkMail::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The resource ARN.
-
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
Instance Attribute Details
#resource_arn ⇒ String
The resource ARN.
3927 3928 3929 3930 3931 3932 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3927 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
3927 3928 3929 3930 3931 3932 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3927 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |