Class: Aws::Glue::Types::GetResourcePolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The date and time at which the policy was created.

Returns:

  • (Time)


11072
11073
11074
11075
11076
11077
11078
11079
# File 'lib/aws-sdk-glue/types.rb', line 11072

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

#policy_hashString

Contains the hash value associated with this policy.

Returns:

  • (String)


11072
11073
11074
11075
11076
11077
11078
11079
# File 'lib/aws-sdk-glue/types.rb', line 11072

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

#policy_in_jsonString

Contains the requested policy document, in JSON format.

Returns:

  • (String)


11072
11073
11074
11075
11076
11077
11078
11079
# File 'lib/aws-sdk-glue/types.rb', line 11072

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

#update_timeTime

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

Returns:

  • (Time)


11072
11073
11074
11075
11076
11077
11078
11079
# File 'lib/aws-sdk-glue/types.rb', line 11072

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