Class: Aws::Types::CreateAuthCodeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAuthCodeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_code ⇒ ::String
Returns the value of attribute auth_code.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_type ⇒ "CUSTOMER_PROFILE"
Returns the value of attribute entity_type.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#auth_code ⇒ ::String
Returns the value of attribute auth_code.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def auth_code @auth_code end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def entity_id @entity_id end |
#entity_type ⇒ "CUSTOMER_PROFILE"
Returns the value of attribute entity_type.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def entity_type @entity_type end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def session_id @session_id end |