Class: Aws::CodeCatalyst::Types::GetSpaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the space.

Returns:

  • (String)


912
913
914
915
916
# File 'lib/aws-sdk-codecatalyst/types.rb', line 912

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