Method: Aws::CodeDeploy::Types::ApplicationInfo#create_time
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#create_time ⇒ Time
The time at which the application was created.
170 171 172 173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 170 class ApplicationInfo < Struct.new( :application_id, :application_name, :create_time, :linked_to_git_hub, :git_hub_account_name, :compute_platform) SENSITIVE = [] include Aws::Structure end |