Module: Aws::PinpointSMSVoiceV2::Client::_CreateRegistrationAttachmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRegistrationAttachmentResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attachment_status ⇒ "UPLOAD_IN_PROGRESS", ...
- #created_timestamp ⇒ ::Time
- #registration_attachment_arn ⇒ ::String
- #registration_attachment_id ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#attachment_status ⇒ "UPLOAD_IN_PROGRESS", ...
365 |
# File 'sig/client.rbs', line 365
def attachment_status: () -> ("UPLOAD_IN_PROGRESS" | "UPLOAD_COMPLETE" | "UPLOAD_FAILED" | "DELETED")
|
#created_timestamp ⇒ ::Time
367 |
# File 'sig/client.rbs', line 367
def created_timestamp: () -> ::Time
|
#registration_attachment_arn ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def registration_attachment_arn: () -> ::String
|
#registration_attachment_id ⇒ ::String
364 |
# File 'sig/client.rbs', line 364
def registration_attachment_id: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
366 |
# File 'sig/client.rbs', line 366
def tags: () -> ::Array[Types::Tag]
|