Class: Aws::CodeCatalyst::Types::ListSourceRepositoriesItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListSourceRepositoriesItem
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a source repository returned in a list of source repositories.
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 repository, if any.
-
#id ⇒ String
The system-generated unique ID 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.
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.
1903 1904 1905 1906 1907 1908 1909 1910 1911 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1903 class ListSourceRepositoriesItem < Struct.new( :id, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the repository, if any.
1903 1904 1905 1906 1907 1908 1909 1910 1911 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1903 class ListSourceRepositoriesItem < Struct.new( :id, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The system-generated unique ID of the source repository.
1903 1904 1905 1906 1907 1908 1909 1910 1911 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1903 class ListSourceRepositoriesItem < Struct.new( :id, :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.
1903 1904 1905 1906 1907 1908 1909 1910 1911 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1903 class ListSourceRepositoriesItem < Struct.new( :id, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the source repository.
1903 1904 1905 1906 1907 1908 1909 1910 1911 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1903 class ListSourceRepositoriesItem < Struct.new( :id, :name, :description, :last_updated_time, :created_time) SENSITIVE = [] include Aws::Structure end |