Class: Aws::DataZone::Types::ResourceTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ResourceTag
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The resource tag of the project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the resource tag of the project.
-
#source ⇒ String
The source of the resource tag of the project.
-
#value ⇒ String
The value of the resource tag of the project.
Instance Attribute Details
#key ⇒ String
The key of the resource tag of the project.
17654 17655 17656 17657 17658 17659 17660 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17654 class ResourceTag < Struct.new( :key, :source, :value) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source of the resource tag of the project.
17654 17655 17656 17657 17658 17659 17660 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17654 class ResourceTag < Struct.new( :key, :source, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the resource tag of the project.
17654 17655 17656 17657 17658 17659 17660 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17654 class ResourceTag < Struct.new( :key, :source, :value) SENSITIVE = [] include Aws::Structure end |