Class: Aws::Glue::Types::GetResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The date and time at which the policy was created.
-
#policy_hash ⇒ String
Contains the hash value associated with this policy.
-
#policy_in_json ⇒ String
Contains the requested policy document, in JSON format.
-
#update_time ⇒ Time
The date and time at which the policy was last updated.
Instance Attribute Details
permalink #create_time ⇒ Time
The date and time at which the policy was created.
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 |
permalink #policy_hash ⇒ String
Contains the hash value associated with this policy.
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 |
permalink #policy_in_json ⇒ String
Contains the requested policy document, in JSON format.
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 |
permalink #update_time ⇒ Time
The date and time at which the policy was last updated.
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 |