Method: Aws::Glue::Types::GetResourcePolicyResponse#update_time

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

#update_timeTime

The date and time at which the policy was last updated.

Returns:

  • (Time)


13456
13457
13458
13459
13460
13461
13462
13463
# File 'lib/aws-sdk-glue/types.rb', line 13456

class GetResourcePolicyResponse < Struct.new(
  :policy_in_json,
  :policy_hash,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end