Class: Aws::CodeCatalyst::Types::UpdateSpaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::UpdateSpaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the space.
-
#name ⇒ String
The name of the space.
Instance Attribute Details
#description ⇒ String
The description of the space.
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 |
#name ⇒ String
The name of the space.
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 |