Method: Aws::CloudWatchLogs::Types::PutDataProtectionPolicyResponse#last_updated_time
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
#last_updated_time ⇒ Integer
The date and time that this policy was most recently updated.
7368 7369 7370 7371 7372 7373 7374 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7368 class PutDataProtectionPolicyResponse < Struct.new( :log_group_identifier, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end |