Class: Aws::CodeStar::Types::ListTagsForProjectRequest

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

#idString

The ID of the project to get tags for.

Returns:

  • (String)


696
697
698
699
700
701
702
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 696

class ListTagsForProjectRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Reserved for future use.

Returns:

  • (Integer)


696
697
698
699
700
701
702
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 696

class ListTagsForProjectRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Reserved for future use.

Returns:

  • (String)


696
697
698
699
700
701
702
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 696

class ListTagsForProjectRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end