Class: Aws::CodeCatalyst::Types::GetSpaceResponse

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

#descriptionString

The description of the space.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1249

class GetSpaceResponse < Struct.new(
  :name,
  :region_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The friendly name of the space displayed to users.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1249

class GetSpaceResponse < Struct.new(
  :name,
  :region_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the space.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1249

class GetSpaceResponse < Struct.new(
  :name,
  :region_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The Amazon Web Services Region where the space exists.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1249

class GetSpaceResponse < Struct.new(
  :name,
  :region_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end