Module: Aws::ElastiCache::Client::_CreateUserResponseSuccess
- 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
432 |
# File 'sig/client.rbs', line 432
def access_string: () -> ::String
|
#arn ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def arn: () -> ::String
|
#authentication ⇒ Types::Authentication
434 |
# File 'sig/client.rbs', line 434
def authentication: () -> Types::Authentication
|
#engine ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def engine: () -> ::String
|
#minimum_engine_version ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def minimum_engine_version: () -> ::String
|
#status ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def status: () -> ::String
|
#user_group_ids ⇒ ::Array[::String]
433 |
# File 'sig/client.rbs', line 433
def user_group_ids: () -> ::Array[::String]
|
#user_id ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def user_id: () -> ::String
|
#user_name ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def user_name: () -> ::String
|