Module: Aws::PinpointSMSVoiceV2::Client::_CreateRegistrationVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRegistrationVersionResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #registration_arn ⇒ ::String
- #registration_id ⇒ ::String
- #registration_version_status ⇒ "DRAFT", ...
- #registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
- #version_number ⇒ ::Integer
Instance Method Details
#registration_arn ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def registration_arn: () -> ::String
|
#registration_id ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def registration_id: () -> ::String
|
#registration_version_status ⇒ "DRAFT", ...
388 |
# File 'sig/client.rbs', line 388
def registration_version_status: () -> ("DRAFT" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED" | "REQUIRES_OFFLINE_REVIEW")
|
#registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
389 |
# File 'sig/client.rbs', line 389
def registration_version_status_history: () -> Types::RegistrationVersionStatusHistory
|
#version_number ⇒ ::Integer
387 |
# File 'sig/client.rbs', line 387
def version_number: () -> ::Integer
|