Class: Aws::Types::SecurityProfileSearchCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions::Array[Types::SecurityProfileSearchCriteria]

Returns the value of attribute and_conditions.



7437
7438
7439
# File 'sig/types.rbs', line 7437

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::SecurityProfileSearchCriteria]

Returns the value of attribute or_conditions.



7436
7437
7438
# File 'sig/types.rbs', line 7436

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



7438
7439
7440
# File 'sig/types.rbs', line 7438

def string_condition
  @string_condition
end