You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A structure for returning a resource policy.

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The date and time at which the policy was created.

Returns:

  • (Time)

    The date and time at which the policy was created.

#policy_hashString

Contains the hash value associated with this policy.

Returns:

  • (String)

    Contains the hash value associated with this policy.

#policy_in_jsonString

Contains the requested policy document, in JSON format.

Returns:

  • (String)

    Contains the requested policy document, in JSON format.

#update_timeTime

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

Returns:

  • (Time)

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