Class: Aws::CodeStar::Types::TagProjectResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags for the project.

Returns:

  • (Hash<String,String>)


925
926
927
928
929
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 925

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