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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/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 'gems/aws-sdk-codecatalyst/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 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2868

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