Class: Aws::CodeCatalyst::Types::UpdateSpaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::UpdateSpaceResponse
- 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.
-
#display_name ⇒ String
The friendly name of the space displayed to users in Amazon CodeCatalyst.
-
#name ⇒ String
The name of the space.
Instance Attribute Details
#description ⇒ String
The description of the space.
2890 2891 2892 2893 2894 2895 2896 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2890 class UpdateSpaceResponse < Struct.new( :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The friendly name of the space displayed to users in Amazon CodeCatalyst.
2890 2891 2892 2893 2894 2895 2896 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2890 class UpdateSpaceResponse < Struct.new( :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the space.
2890 2891 2892 2893 2894 2895 2896 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2890 class UpdateSpaceResponse < Struct.new( :name, :display_name, :description) SENSITIVE = [] include Aws::Structure end |