Method: Aws::SecurityHub::Types::CreateConfigurationPolicyResponse#updated_at

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

#updated_atTime

The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.



23255
23256
23257
23258
23259
23260
23261
23262
23263
23264
23265
# File 'lib/aws-sdk-securityhub/types.rb', line 23255

class CreateConfigurationPolicyResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :updated_at,
  :created_at,
  :configuration_policy)
  SENSITIVE = []
  include Aws::Structure
end