Class: Aws::CodeStar::Types::ListTagsForProjectResult

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

#next_tokenString

Reserved for future use.

Returns:

  • (String)


714
715
716
717
718
719
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 714

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

#tagsHash<String,String>

The tags for the project.

Returns:

  • (Hash<String,String>)


714
715
716
717
718
719
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 714

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