Class: Aws::AmplifyUIBuilder::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) to use to tag a resource.
-
#tags ⇒ Hash<String,String>
A list of tag key value pairs for a specified Amazon Resource Name (ARN).
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) to use to tag a resource.
3037 3038 3039 3040 3041 3042 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3037 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of tag key value pairs for a specified Amazon Resource Name (ARN).
3037 3038 3039 3040 3041 3042 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3037 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |