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:

  • (::Array[::String])


32
33
34
# File 'sig/types.rbs', line 32

def ends_with
  @ends_with
end

#equals::Array[::String]

Returns the value of attribute equals.

Returns:

  • (::Array[::String])


30
31
32
# File 'sig/types.rbs', line 30

def equals
  @equals
end

#field::String

Returns the value of attribute field.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def field
  @field
end

#not_ends_with::Array[::String]

Returns the value of attribute not_ends_with.

Returns:

  • (::Array[::String])


35
36
37
# File 'sig/types.rbs', line 35

def not_ends_with
  @not_ends_with
end

#not_equals::Array[::String]

Returns the value of attribute not_equals.

Returns:

  • (::Array[::String])


33
34
35
# File 'sig/types.rbs', line 33

def not_equals
  @not_equals
end

#not_starts_with::Array[::String]

Returns the value of attribute not_starts_with.

Returns:

  • (::Array[::String])


34
35
36
# File 'sig/types.rbs', line 34

def not_starts_with
  @not_starts_with
end

#starts_with::Array[::String]

Returns the value of attribute starts_with.

Returns:

  • (::Array[::String])


31
32
33
# File 'sig/types.rbs', line 31

def starts_with
  @starts_with
end