Class: Aws::DataZone::Types::ResourceTagParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ResourceTagParameter
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The resource tag parameter of the project profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_value_editable ⇒ Boolean
Specifies whether the value of the resource tag parameter of the project profile is editable at the project level.
-
#key ⇒ String
The key of the resource tag parameter of the project profile.
-
#value ⇒ String
The value of the resource tag parameter key of the project profile.
Instance Attribute Details
#is_value_editable ⇒ Boolean
Specifies whether the value of the resource tag parameter of the project profile is editable at the project level.
17679 17680 17681 17682 17683 17684 17685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17679 class ResourceTagParameter < Struct.new( :is_value_editable, :key, :value) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key of the resource tag parameter of the project profile.
17679 17680 17681 17682 17683 17684 17685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17679 class ResourceTagParameter < Struct.new( :is_value_editable, :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the resource tag parameter key of the project profile.
17679 17680 17681 17682 17683 17684 17685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17679 class ResourceTagParameter < Struct.new( :is_value_editable, :key, :value) SENSITIVE = [] include Aws::Structure end |