Class: Aws::CodeCatalyst::Types::DeleteSpaceRequest

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

#nameString

The name of the space. To retrieve a list of space names, use ListSpaces.

Returns:

  • (String)


569
570
571
572
573
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 569

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