Class: Aws::CodeCatalyst::Types::SpaceSummary

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

Overview

Information about an space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the space.

Returns:

  • (String)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2375

class SpaceSummary < 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)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2375

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

#nameString

The name of the space.

Returns:

  • (String)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2375

class SpaceSummary < 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)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2375

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