Class: Aws::Types::AttributeTypesSelector
- Inherits:
-
Object
- Object
- Aws::Types::AttributeTypesSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::Array[::String]
Returns the value of attribute address.
-
#attribute_matching_model ⇒ "ONE_TO_ONE", "MANY_TO_MANY"
Returns the value of attribute attribute_matching_model.
-
#email_address ⇒ ::Array[::String]
Returns the value of attribute email_address.
-
#phone_number ⇒ ::Array[::String]
Returns the value of attribute phone_number.
Instance Attribute Details
#address ⇒ ::Array[::String]
Returns the value of attribute address.
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.
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.
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.
129 130 131 |
# File 'sig/types.rbs', line 129 def phone_number @phone_number end |