Class: Aws::CodeCommit::Types::UpdateRepositoryDescriptionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Represents the input of an update repository description operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_descriptionString

The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.

Returns:

  • (String)


7129
7130
7131
7132
7133
7134
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 7129

class UpdateRepositoryDescriptionInput < Struct.new(
  :repository_name,
  :repository_description)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository to set or change the comment or description for.

Returns:

  • (String)


7129
7130
7131
7132
7133
7134
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 7129

class UpdateRepositoryDescriptionInput < Struct.new(
  :repository_name,
  :repository_description)
  SENSITIVE = []
  include Aws::Structure
end