Module: Aws::ElastiCache::Client::_DeleteUserResponseSuccess
- 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
609 |
# File 'sig/client.rbs', line 609
def access_string: () -> ::String
|
#arn ⇒ ::String
612 |
# File 'sig/client.rbs', line 612
def arn: () -> ::String
|
#authentication ⇒ Types::Authentication
611 |
# File 'sig/client.rbs', line 611
def authentication: () -> Types::Authentication
|
#engine ⇒ ::String
607 |
# File 'sig/client.rbs', line 607
def engine: () -> ::String
|
#minimum_engine_version ⇒ ::String
608 |
# File 'sig/client.rbs', line 608
def minimum_engine_version: () -> ::String
|
#status ⇒ ::String
606 |
# File 'sig/client.rbs', line 606
def status: () -> ::String
|
#user_group_ids ⇒ ::Array[::String]
610 |
# File 'sig/client.rbs', line 610
def user_group_ids: () -> ::Array[::String]
|
#user_id ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def user_id: () -> ::String
|
#user_name ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def user_name: () -> ::String
|