Class: Aws::CodeCatalyst::Types::GetSpaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetSpaceRequest
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the space.
Instance Attribute Details
#name ⇒ String
The name of the space.
1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1225 class GetSpaceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |