Module: Aws::PinpointSMSVoiceV2::Client::_CreateOptOutListResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateOptOutListResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #opt_out_list_arn ⇒ ::String
- #opt_out_list_name ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#created_timestamp ⇒ ::Time
218 |
# File 'sig/client.rbs', line 218
def created_timestamp: () -> ::Time
|
#opt_out_list_arn ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def opt_out_list_arn: () -> ::String
|
#opt_out_list_name ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def opt_out_list_name: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
217 |
# File 'sig/client.rbs', line 217
def tags: () -> ::Array[Types::Tag]
|