Class: Aws::CodeStar::Types::UntagProjectRequest

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 remove tags from.

Returns:

  • (String)


1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 1031

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

#tagsArray<String>

The tags to remove from the project.

Returns:

  • (Array<String>)


1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 1031

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