Class: Aws::CodeStar::Types::UntagProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::UntagProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the project to remove tags from.
-
#tags ⇒ Array<String>
The tags to remove from the project.
Instance Attribute Details
#id ⇒ String
The ID of the project to remove tags from.
1031 1032 1033 1034 1035 1036 |
# File 'lib/aws-sdk-codestar/types.rb', line 1031 class UntagProjectRequest < Struct.new( :id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<String>
The tags to remove from the project.
1031 1032 1033 1034 1035 1036 |
# File 'lib/aws-sdk-codestar/types.rb', line 1031 class UntagProjectRequest < Struct.new( :id, :tags) SENSITIVE = [] include Aws::Structure end |