Module: Aws::PinpointSMSVoiceV2::Client::_CreateRegistrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRegistrationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #additional_attributes ⇒ ::Hash[::String, ::String]
- #created_timestamp ⇒ ::Time
- #current_version_number ⇒ ::Integer
- #registration_arn ⇒ ::String
- #registration_id ⇒ ::String
- #registration_status ⇒ "CREATED", ...
- #registration_type ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#additional_attributes ⇒ ::Hash[::String, ::String]
326 |
# File 'sig/client.rbs', line 326
def additional_attributes: () -> ::Hash[::String, ::String]
|
#created_timestamp ⇒ ::Time
328 |
# File 'sig/client.rbs', line 328
def created_timestamp: () -> ::Time
|
#current_version_number ⇒ ::Integer
325 |
# File 'sig/client.rbs', line 325
def current_version_number: () -> ::Integer
|
#registration_arn ⇒ ::String
321 |
# File 'sig/client.rbs', line 321
def registration_arn: () -> ::String
|
#registration_id ⇒ ::String
322 |
# File 'sig/client.rbs', line 322
def registration_id: () -> ::String
|
#registration_status ⇒ "CREATED", ...
324 |
# File 'sig/client.rbs', line 324
def registration_status: () -> ("CREATED" | "SUBMITTED" | "AWS_REVIEWING" | "REVIEWING" | "REQUIRES_AUTHENTICATION" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
#registration_type ⇒ ::String
323 |
# File 'sig/client.rbs', line 323
def registration_type: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
327 |
# File 'sig/client.rbs', line 327
def tags: () -> ::Array[Types::Tag]
|