Class: Aws::Types::UpdateAppInstanceUserEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppInstanceUserEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
Instance Attribute Details
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
521 522 523 |
# File 'sig/types.rbs', line 521 def app_instance_user_arn @app_instance_user_arn end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
522 523 524 |
# File 'sig/types.rbs', line 522 def endpoint_id @endpoint_id end |