Class: Aws::Types::ListContactReferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContactReferencesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reference_types ⇒ ::Array[("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "EMAIL_MESSAGE_REDACTED")]
Returns the value of attribute reference_types.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
4868 4869 4870 |
# File 'sig/types.rbs', line 4868 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4867 4868 4869 |
# File 'sig/types.rbs', line 4867 def instance_id @instance_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4870 4871 4872 |
# File 'sig/types.rbs', line 4870 def next_token @next_token end |
#reference_types ⇒ ::Array[("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "EMAIL_MESSAGE_REDACTED")]
Returns the value of attribute reference_types.
4869 4870 4871 |
# File 'sig/types.rbs', line 4869 def reference_types @reference_types end |