Class: Aws::CodeCatalyst::Types::GetSpaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetSpaceResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
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.
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_name ⇒ String
The friendly name of the space displayed to users.
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 |
#name ⇒ String
The name of the space.
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_name ⇒ String
The Amazon Web Services Region where the space exists.
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 |