Method: Aws::Backup::Types::UpdateFrameworkOutput#creation_time
- Defined in:
- lib/aws-sdk-backup/types.rb
#creation_time ⇒ Time
The date and time that a framework is created, in ISO 8601 representation. The value of CreationTime is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00 represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.
10970 10971 10972 10973 10974 10975 10976 |
# File 'lib/aws-sdk-backup/types.rb', line 10970 class UpdateFrameworkOutput < Struct.new( :framework_name, :framework_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |