Module: Aws::Connect::Client::_CreateAuthCodeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAuthCodeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auth_code ⇒ ::String
- #entity_id ⇒ ::String
- #entity_type ⇒ "CUSTOMER_PROFILE"
- #session_id ⇒ ::String
Instance Method Details
#auth_code ⇒ ::String
561 |
# File 'sig/client.rbs', line 561
def auth_code: () -> ::String
|
#entity_id ⇒ ::String
564 |
# File 'sig/client.rbs', line 564
def entity_id: () -> ::String
|
#entity_type ⇒ "CUSTOMER_PROFILE"
563 |
# File 'sig/client.rbs', line 563
def entity_type: () -> ("CUSTOMER_PROFILE")
|
#session_id ⇒ ::String
562 |
# File 'sig/client.rbs', line 562
def session_id: () -> ::String
|