Class: Aws::DataZone::Types::ResourceTagParameter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#is_value_editableBoolean

Specifies whether the value of the resource tag parameter of the project profile is editable at the project level.

Returns:

  • (Boolean)


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

#keyString

The key of the resource tag parameter of the project profile.

Returns:

  • (String)


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

#valueString

The value of the resource tag parameter key of the project profile.

Returns:

  • (String)


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