Class: Aws::Types::AttributeTypesSelector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::Array[::String]

Returns the value of attribute address.

Returns:

  • (::Array[::String])


128
129
130
# File 'sig/types.rbs', line 128

def address
  @address
end

#attribute_matching_model"ONE_TO_ONE", "MANY_TO_MANY"

Returns the value of attribute attribute_matching_model.

Returns:

  • ("ONE_TO_ONE", "MANY_TO_MANY")


127
128
129
# File 'sig/types.rbs', line 127

def attribute_matching_model
  @attribute_matching_model
end

#email_address::Array[::String]

Returns the value of attribute email_address.

Returns:

  • (::Array[::String])


130
131
132
# File 'sig/types.rbs', line 130

def email_address
  @email_address
end

#phone_number::Array[::String]

Returns the value of attribute phone_number.

Returns:

  • (::Array[::String])


129
130
131
# File 'sig/types.rbs', line 129

def phone_number
  @phone_number
end