Class: Aws::CodeCatalyst::Types::DeleteSpaceResponse

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

#display_nameString

The friendly name of the space displayed to users of the space in Amazon CodeCatalyst.

Returns:

  • (String)


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

#nameString

The name of the space.

Returns:

  • (String)


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