Class: Aws::CodeCatalyst::Types::SpaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::SpaceSummary
- 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
-
#description ⇒ String
The description of the space.
-
#display_name ⇒ String
The friendly name of the space displayed to users.
-
#name ⇒ String
The name of the space.
-
#region_name ⇒ String
The Amazon Web Services Region where the space exists.
Instance Attribute Details
#description ⇒ String
The description of the space.
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_name ⇒ String
The friendly name of the space displayed to users.
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 |
#name ⇒ String
The name of the space.
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_name ⇒ String
The Amazon Web Services Region where the space exists.
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 |