Class: Aws::CodeCatalyst::Types::GetProjectRequest

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 project in the space.

Returns:

  • (String)


1081
1082
1083
1084
1085
1086
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1081

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

#space_nameString

The name of the space.

Returns:

  • (String)


1081
1082
1083
1084
1085
1086
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1081

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