Class: Aws::DataZone::Types::ResourceTag

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

Instance Attribute Details

#keyString

The key of the resource tag of the project.

Returns:

  • (String)


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

#sourceString

The source of the resource tag of the project.

Returns:

  • (String)


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

#valueString

The value of the resource tag of the project.

Returns:

  • (String)


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