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.
4951 4952 4953 4954 4955 4956 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4951 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
4951 4952 4953 4954 4955 4956 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4951 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |