You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudHSMV2::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::TagResourceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing TagResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
resource_id: "ResourceId", # required
tag_list: [ # required
{
key: "TagKey", # required
value: "TagValue", # required
},
],
}
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The cluster identifier (ID) for the cluster that you are tagging.
-
#tag_list ⇒ Array<Types::Tag>
A list of one or more tags.
Instance Attribute Details
#resource_id ⇒ String
The cluster identifier (ID) for the cluster that you are tagging. To find the cluster ID, use DescribeClusters.
#tag_list ⇒ Array<Types::Tag>
A list of one or more tags.