Module: Aws::Wickr::Client::_UpdateUserResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateUserResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #code_validation ⇒ Boolean
- #first_name ⇒ ::String
- #invite_code ⇒ ::String
- #invite_expiration ⇒ ::Integer
- #last_name ⇒ ::String
- #middle_name ⇒ ::String
- #modified ⇒ ::Integer
- #network_id ⇒ ::String
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ ::Integer
- #suspended ⇒ Boolean
- #user_id ⇒ ::String
Instance Method Details
#code_validation ⇒ Boolean
841 |
# File 'sig/client.rbs', line 841
def code_validation: () -> bool
|
#first_name ⇒ ::String
833 |
# File 'sig/client.rbs', line 833
def first_name: () -> ::String
|
#invite_code ⇒ ::String
839 |
# File 'sig/client.rbs', line 839
def invite_code: () -> ::String
|
#invite_expiration ⇒ ::Integer
840 |
# File 'sig/client.rbs', line 840
def invite_expiration: () -> ::Integer
|
#last_name ⇒ ::String
834 |
# File 'sig/client.rbs', line 834
def last_name: () -> ::String
|
#middle_name ⇒ ::String
835 |
# File 'sig/client.rbs', line 835
def middle_name: () -> ::String
|
#modified ⇒ ::Integer
837 |
# File 'sig/client.rbs', line 837
def modified: () -> ::Integer
|
#network_id ⇒ ::String
831 |
# File 'sig/client.rbs', line 831
def network_id: () -> ::String
|
#security_group_ids ⇒ ::Array[::String]
832 |
# File 'sig/client.rbs', line 832
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ ::Integer
838 |
# File 'sig/client.rbs', line 838
def status: () -> ::Integer
|
#suspended ⇒ Boolean
836 |
# File 'sig/client.rbs', line 836
def suspended: () -> bool
|
#user_id ⇒ ::String
830 |
# File 'sig/client.rbs', line 830
def user_id: () -> ::String
|