Class: Aws::Types::GluePolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


4422
4423
4424
# File 'sig/types.rbs', line 4422

def create_time
  @create_time
end

#policy_hash::String

Returns the value of attribute policy_hash.

Returns:

  • (::String)


4421
4422
4423
# File 'sig/types.rbs', line 4421

def policy_hash
  @policy_hash
end

#policy_in_json::String

Returns the value of attribute policy_in_json.

Returns:

  • (::String)


4420
4421
4422
# File 'sig/types.rbs', line 4420

def policy_in_json
  @policy_in_json
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


4423
4424
4425
# File 'sig/types.rbs', line 4423

def update_time
  @update_time
end