Class: Aws::Transfer::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a server, user, or role.
-
#tags ⇒ Array<Types::Tag>
Key-value pairs assigned to ARNs that you can use to group and search for resources by type.
Instance Attribute Details
#arn ⇒ String
An Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a server, user, or role.
4613 4614 4615 4616 4617 4618 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4613 class TagResourceRequest < Struct.new( :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to user accounts for any purpose.
4613 4614 4615 4616 4617 4618 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4613 class TagResourceRequest < Struct.new( :arn, :tags) SENSITIVE = [] include Aws::Structure end |