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.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def auth_code @auth_code end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def entity_id @entity_id end |
#entity_type ⇒ "CUSTOMER_PROFILE"
Returns the value of attribute entity_type.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def entity_type @entity_type end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def session_id @session_id end |