Class: Aws::CodeCatalyst::Types::DeleteSpaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DeleteSpaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the space.
Instance Attribute Details
#name ⇒ String
The name of the space. To retrieve a list of space names, use ListSpaces.
569 570 571 572 573 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 569 class DeleteSpaceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |