Class: Aws::CodeStar::Types::TagProjectRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the project you want to add a tag to.

Returns:

  • (String)


912
913
914
915
916
917
# File 'lib/aws-sdk-codestar/types.rb', line 912

class TagProjectRequest < Struct.new(
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags you want to add to the project.

Returns:

  • (Hash<String,String>)


912
913
914
915
916
917
# File 'lib/aws-sdk-codestar/types.rb', line 912

class TagProjectRequest < Struct.new(
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end