Method: Aws::CodeArtifact::Types::RepositorySummary#created_time
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
#created_time ⇒ Time
A timestamp that represents the date and time the repository was created.
3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 3957 class RepositorySummary < Struct.new( :name, :administrator_account, :domain_name, :domain_owner, :arn, :description, :created_time) SENSITIVE = [] include Aws::Structure end |