Class: Aws::Types::ListContactVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_versions_list ⇒ ::Array[Types::ContactVersion]
Returns the value of attribute contact_versions_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#contact_versions_list ⇒ ::Array[Types::ContactVersion]
Returns the value of attribute contact_versions_list.
827 828 829 |
# File 'sig/types.rbs', line 827 def contact_versions_list @contact_versions_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
826 827 828 |
# File 'sig/types.rbs', line 826 def next_token @next_token end |