Class: Aws::LakeFormation::Types::Condition

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

Overview

A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionString

An expression written based on the Cedar Policy Language used to match the principal attributes.

Returns:

  • (String)


436
437
438
439
440
# File 'lib/aws-sdk-lakeformation/types.rb', line 436

class Condition < Struct.new(
  :expression)
  SENSITIVE = []
  include Aws::Structure
end