Module: Aws::ElastiCache::Client::_ModifyUserResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::User]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_string ⇒ ::String
- #arn ⇒ ::String
- #authentication ⇒ Types::Authentication
- #engine ⇒ ::String
- #minimum_engine_version ⇒ ::String
- #status ⇒ ::String
- #user_group_ids ⇒ ::Array[::String]
- #user_id ⇒ ::String
- #user_name ⇒ ::String
Instance Method Details
#access_string ⇒ ::String
1200 |
# File 'sig/client.rbs', line 1200
def access_string: () -> ::String
|
#arn ⇒ ::String
1203 |
# File 'sig/client.rbs', line 1203
def arn: () -> ::String
|
#authentication ⇒ Types::Authentication
1202 |
# File 'sig/client.rbs', line 1202
def authentication: () -> Types::Authentication
|
#engine ⇒ ::String
1198 |
# File 'sig/client.rbs', line 1198
def engine: () -> ::String
|
#minimum_engine_version ⇒ ::String
1199 |
# File 'sig/client.rbs', line 1199
def minimum_engine_version: () -> ::String
|
#status ⇒ ::String
1197 |
# File 'sig/client.rbs', line 1197
def status: () -> ::String
|
#user_group_ids ⇒ ::Array[::String]
1201 |
# File 'sig/client.rbs', line 1201
def user_group_ids: () -> ::Array[::String]
|
#user_id ⇒ ::String
1195 |
# File 'sig/client.rbs', line 1195
def user_id: () -> ::String
|
#user_name ⇒ ::String
1196 |
# File 'sig/client.rbs', line 1196
def user_name: () -> ::String
|