Class: Aws::Glue::Types::GluePolicy

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

Overview

A structure for returning a resource policy.

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)


12517
12518
12519
12520
12521
12522
12523
12524
# File 'lib/aws-sdk-glue/types.rb', line 12517

class GluePolicy < 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)


12517
12518
12519
12520
12521
12522
12523
12524
# File 'lib/aws-sdk-glue/types.rb', line 12517

class GluePolicy < 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)


12517
12518
12519
12520
12521
12522
12523
12524
# File 'lib/aws-sdk-glue/types.rb', line 12517

class GluePolicy < 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)


12517
12518
12519
12520
12521
12522
12523
12524
# File 'lib/aws-sdk-glue/types.rb', line 12517

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