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)


975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 975

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)


975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 975

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

#nameString

The name of the space.

Returns:

  • (String)


975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 975

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)


975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 975

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