Method: Aws::Backup::Types::UpdateReportPlanOutput#creation_time

Defined in:
lib/aws-sdk-backup/types.rb

#creation_timeTime

The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Returns:



11271
11272
11273
11274
11275
11276
11277
# File 'lib/aws-sdk-backup/types.rb', line 11271

class UpdateReportPlanOutput < Struct.new(
  :report_plan_name,
  :report_plan_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end