Class: Aws::Types::OrCondition

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

Defined Under Namespace

Classes: AndConditions, TagCondition, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions::Array[Types::TagCondition]

Returns the value of attribute and_conditions.

Returns:



2166
2167
2168
# File 'sig/types.rbs', line 2166

def and_conditions
  @and_conditions
end

#tag_conditionTypes::TagCondition

Returns the value of attribute tag_condition.

Returns:



2167
2168
2169
# File 'sig/types.rbs', line 2167

def tag_condition
  @tag_condition
end

#unknownObject

Returns the value of attribute unknown.

Returns:



2168
2169
2170
# File 'sig/types.rbs', line 2168

def unknown
  @unknown
end