Class: Aws::CodeStar::Types::ListTagsForProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListTagsForProjectRequest
- Defined in:
- gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForProjectRequest data as a hash:
{
id: "ProjectId", # required
next_token: "PaginationToken",
max_results: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the project to get tags for.
-
#max_results ⇒ Integer
Reserved for future use.
-
#next_token ⇒ String
Reserved for future use.
Instance Attribute Details
#id ⇒ String
The ID of the project to get tags for.
904 905 906 907 908 909 910 |
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 904 class ListTagsForProjectRequest < Struct.new( :id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Reserved for future use.
904 905 906 907 908 909 910 |
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 904 class ListTagsForProjectRequest < Struct.new( :id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Reserved for future use.
904 905 906 907 908 909 910 |
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 904 class ListTagsForProjectRequest < Struct.new( :id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |