Class: Aws::EFS::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID specifying the EFS resource that you want to create a tag for.
-
#tags ⇒ Array<Types::Tag>
An array of
Tag
objects to add.
Instance Attribute Details
#resource_id ⇒ String
The ID specifying the EFS resource that you want to create a tag for.
2640 2641 2642 2643 2644 2645 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2640 class TagResourceRequest < Struct.new( :resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of Tag
objects to add. Each Tag
object is a key-value
pair.
2640 2641 2642 2643 2644 2645 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2640 class TagResourceRequest < Struct.new( :resource_id, :tags) SENSITIVE = [] include Aws::Structure end |