Class: Aws::LakeFormation::Types::Condition
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::Condition
- Defined in:
- gems/aws-sdk-lakeformation/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
-
#expression ⇒ String
An expression written based on the Cedar Policy Language used to match the principal attributes.
Instance Attribute Details
#expression ⇒ String
An expression written based on the Cedar Policy Language used to match the principal attributes.
436 437 438 439 440 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 436 class Condition < Struct.new( :expression) SENSITIVE = [] include Aws::Structure end |