Class: Aws::Types::GetContactListResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetContactListResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#topics ⇒ ::Array[Types::Topic]
Returns the value of attribute topics.
Instance Attribute Details
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
788 789 790 |
# File 'sig/types.rbs', line 788 def contact_list_name @contact_list_name end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
791 792 793 |
# File 'sig/types.rbs', line 791 def end |
#description ⇒ ::String
Returns the value of attribute description.
790 791 792 |
# File 'sig/types.rbs', line 790 def description @description end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
792 793 794 |
# File 'sig/types.rbs', line 792 def end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
793 794 795 |
# File 'sig/types.rbs', line 793 def end |
#topics ⇒ ::Array[Types::Topic]
Returns the value of attribute topics.
789 790 791 |
# File 'sig/types.rbs', line 789 def topics @topics end |