Class: Aws::CodeCatalyst::Types::DeleteSpaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DeleteSpaceResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The friendly name of the space displayed to users of the space in Amazon CodeCatalyst.
-
#name ⇒ String
The name of the space.
Instance Attribute Details
#display_name ⇒ String
The friendly name of the space displayed to users of the space in Amazon CodeCatalyst.
586 587 588 589 590 591 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 586 class DeleteSpaceResponse < Struct.new( :name, :display_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the space.
586 587 588 589 590 591 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 586 class DeleteSpaceResponse < Struct.new( :name, :display_name) SENSITIVE = [] include Aws::Structure end |