Class: Aws::WellArchitected::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::TagResourceInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags for the resource.
-
#workload_arn ⇒ String
The ARN for the workload.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags for the resource.
5473 5474 5475 5476 5477 5478 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5473 class TagResourceInput < Struct.new( :workload_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#workload_arn ⇒ String
The ARN for the workload.
5473 5474 5475 5476 5477 5478 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5473 class TagResourceInput < Struct.new( :workload_arn, :tags) SENSITIVE = [] include Aws::Structure end |