Class: Aws::CodeCatalyst::Types::GetSourceRepositoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetSourceRepositoryResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339][1].
-
#description ⇒ String
The description of the source repository.
-
#last_updated_time ⇒ Time
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339][1].
-
#name ⇒ String
The name of the source repository.
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#created_time ⇒ Time
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1208 class GetSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the source repository.
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1208 class GetSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1208 class GetSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the source repository.
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1208 class GetSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1208 class GetSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1208 class GetSourceRepositoryResponse < Struct.new( :space_name, :project_name, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |