Class: Aws::CodeCatalyst::Types::UpdateSpaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the space.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2868

class UpdateSpaceRequest < Struct.new(
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the space.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2868

class UpdateSpaceRequest < Struct.new(
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end