Class: Aws::Types::AdvancedFieldSelector

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ends_with::Array[::String]

Returns the value of attribute ends_with.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def ends_with
  @ends_with
end

#equals::Array[::String]

Returns the value of attribute equals.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def equals
  @equals
end

#field::String

Returns the value of attribute field.

Returns:



42
43
44
# File 'sig/types.rbs', line 42

def field
  @field
end

#not_ends_with::Array[::String]

Returns the value of attribute not_ends_with.

Returns:



48
49
50
# File 'sig/types.rbs', line 48

def not_ends_with
  @not_ends_with
end

#not_equals::Array[::String]

Returns the value of attribute not_equals.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def not_equals
  @not_equals
end

#not_starts_with::Array[::String]

Returns the value of attribute not_starts_with.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def not_starts_with
  @not_starts_with
end

#starts_with::Array[::String]

Returns the value of attribute starts_with.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def starts_with
  @starts_with
end